summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopSimplifyCFG
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2016-05-10 18:28:10 +0000
committerJustin Bogner <mail@justinbogner.com>2016-05-10 18:28:10 +0000
commitc6c705c89dd6f4a08db601e06fbec13cb6025b35 (patch)
treeb8d51ec61b5bea4ffbaec9211e525111584c5a1d /test/Transforms/LoopSimplifyCFG
parent11ab0c3a5d447122598ef513b86d896514e1b598 (diff)
LPM: Drop require<loops> from these tests, it's redundant. NFC
The LoopPassManager needs to calculate the loops analysis in order to iterate over the loops at all. Requiring it is redundant and just adds noise to the RUN lines here. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269097 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/LoopSimplifyCFG')
-rw-r--r--test/Transforms/LoopSimplifyCFG/merge-header.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopSimplifyCFG/merge-header.ll b/test/Transforms/LoopSimplifyCFG/merge-header.ll
index cf56d91d07f..e72c8218d9b 100644
--- a/test/Transforms/LoopSimplifyCFG/merge-header.ll
+++ b/test/Transforms/LoopSimplifyCFG/merge-header.ll
@@ -1,5 +1,5 @@
; RUN: opt -S -loop-simplifycfg < %s | FileCheck %s
-; RUN: opt -S -passes='require<loops>,require<domtree>,loop(simplify-cfg)' < %s | FileCheck %s
+; RUN: opt -S -passes='require<domtree>,loop(simplify-cfg)' < %s | FileCheck %s
; CHECK-LABEL: foo
; CHECK: entry: