summaryrefslogtreecommitdiff
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 4ee3e58f51..a354056086 100644
--- a/test/Transforms/JumpThreading/branch-no-const.ll
+++ b/test/Transforms/JumpThreading/branch-no-const.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -jump-threading | llvm-dis | not grep phi
+; RUN: opt %s -jump-threading -S | not grep phi
declare i8 @mcguffin()