summaryrefslogtreecommitdiffstats
path: root/test/Transforms/JumpThreading/compare.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/JumpThreading/compare.ll')
-rw-r--r--test/Transforms/JumpThreading/compare.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/JumpThreading/compare.ll b/test/Transforms/JumpThreading/compare.ll
index cbada56..581785c 100644
--- a/test/Transforms/JumpThreading/compare.ll
+++ b/test/Transforms/JumpThreading/compare.ll
@@ -1,5 +1,5 @@
; There should be no phi nodes left.
-; RUN: llvm-as < %s | opt -jump-threading -simplifycfg -mem2reg | llvm-dis | not grep {phi i32}
+; RUN: opt < %s -jump-threading -S | not grep {phi i32}
declare i32 @f1()
declare i32 @f2()
OpenPOWER on IntegriCloud