summaryrefslogtreecommitdiffstats
path: root/test/Transforms/TailDup/PHIUpdateTest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/TailDup/PHIUpdateTest.ll')
-rw-r--r--test/Transforms/TailDup/PHIUpdateTest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/TailDup/PHIUpdateTest.ll b/test/Transforms/TailDup/PHIUpdateTest.ll
index 6f86587..38d8ebf 100644
--- a/test/Transforms/TailDup/PHIUpdateTest.ll
+++ b/test/Transforms/TailDup/PHIUpdateTest.ll
@@ -1,6 +1,6 @@
; This test checks to make sure phi nodes are updated properly
;
-; RUN: llvm-as < %s | opt -tailduplicate -disable-output
+; RUN: opt < %s -tailduplicate -disable-output
define i32 @test(i1 %c, i32 %X, i32 %Y) {
br label %L
OpenPOWER on IntegriCloud