aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/ConstProp/bswap.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ConstProp/bswap.ll')
-rw-r--r--test/Transforms/ConstProp/bswap.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/bswap.ll b/test/Transforms/ConstProp/bswap.ll
index 0c4f0454d7..df1ee491e5 100644
--- a/test/Transforms/ConstProp/bswap.ll
+++ b/test/Transforms/ConstProp/bswap.ll
@@ -1,6 +1,6 @@
; bswap should be constant folded when it is passed a constant argument
-; RUN: opt %s -constprop | llvm-dis | not grep call
+; RUN: opt %s -constprop -S | not grep call
declare i16 @llvm.bswap.i16(i16)