aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/JumpThreading/dup-cond.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/JumpThreading/dup-cond.ll')
-rw-r--r--test/Transforms/JumpThreading/dup-cond.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/JumpThreading/dup-cond.ll b/test/Transforms/JumpThreading/dup-cond.ll
index 00e17cbadb..4681276a6a 100644
--- a/test/Transforms/JumpThreading/dup-cond.ll
+++ b/test/Transforms/JumpThreading/dup-cond.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -jump-threading -die | llvm-dis | grep icmp | count 1
+; RUN: opt %s -jump-threading -die -S | grep icmp | count 1
declare void @f1()
declare void @f2()