summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/set.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/set.ll')
-rw-r--r--test/Transforms/InstCombine/set.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/set.ll b/test/Transforms/InstCombine/set.ll
index 7c7b13ef86..39cb00a98e 100644
--- a/test/Transforms/InstCombine/set.ll
+++ b/test/Transforms/InstCombine/set.ll
@@ -1,6 +1,6 @@
; This test makes sure that these instructions are properly eliminated.
;
-; RUN: opt %s -instcombine | llvm-dis | not grep icmp
+; RUN: opt %s -instcombine -S | not grep icmp
; END.
@X = external global i32 ; <i32*> [#uses=2]