summaryrefslogtreecommitdiffstats
path: root/test/Other/2008-08-14-PassManager.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Other/2008-08-14-PassManager.ll')
-rw-r--r--test/Other/2008-08-14-PassManager.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Other/2008-08-14-PassManager.ll b/test/Other/2008-08-14-PassManager.ll
index 110f3806..22a421d 100644
--- a/test/Other/2008-08-14-PassManager.ll
+++ b/test/Other/2008-08-14-PassManager.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -loop-deletion -loop-index-split -disable-output
-; PR 2640
+; RUN: opt < %s -loop-deletion -loop-index-split -disable-output
+; PR2640
define i32 @test1() {
ret i32 0;
}
OpenPOWER on IntegriCloud