summaryrefslogtreecommitdiffstats
path: root/test/Transforms/JumpThreading/branch-no-const.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/JumpThreading/branch-no-const.ll')
-rw-r--r--test/Transforms/JumpThreading/branch-no-const.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/JumpThreading/branch-no-const.ll b/test/Transforms/JumpThreading/branch-no-const.ll
index 0ea2431..16867b0 100644
--- a/test/Transforms/JumpThreading/branch-no-const.ll
+++ b/test/Transforms/JumpThreading/branch-no-const.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -jump-threading | llvm-dis | not grep phi
+; RUN: opt < %s -jump-threading -S | not grep phi
declare i8 @mcguffin()
OpenPOWER on IntegriCloud