summaryrefslogtreecommitdiff
path: root/test/Transforms/GVN/bitcast-of-call.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/GVN/bitcast-of-call.ll')
-rw-r--r--test/Transforms/GVN/bitcast-of-call.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/GVN/bitcast-of-call.ll b/test/Transforms/GVN/bitcast-of-call.ll
index 983a9e988a..f835f32a31 100644
--- a/test/Transforms/GVN/bitcast-of-call.ll
+++ b/test/Transforms/GVN/bitcast-of-call.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -gvn | llvm-dis | not grep tmp2
+; RUN: opt %s -gvn -S | not grep tmp2
; PR2213
define i32* @f(i8* %x) {