summaryrefslogtreecommitdiffstats
path: root/test/Other/2008-02-14-PassManager.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Other/2008-02-14-PassManager.ll')
-rw-r--r--test/Other/2008-02-14-PassManager.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Other/2008-02-14-PassManager.ll b/test/Other/2008-02-14-PassManager.ll
index 985e190..6b51edb 100644
--- a/test/Other/2008-02-14-PassManager.ll
+++ b/test/Other/2008-02-14-PassManager.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -loop-unroll -loop-rotate -simplifycfg -disable-output
-; PR 2028
+; RUN: opt < %s -loop-unroll -loop-rotate -simplifycfg -disable-output
+; PR2028
define i32 @test1() {
ret i32 0;
}
OpenPOWER on IntegriCloud