Fix a README item: when doing a comparison with the result
[oota-llvm.git] / test / Transforms / ConstProp / bswap.ll
index 0c4f0454d742e3359e84641138f9c40a8880f844..9fce309b7887f21f99fdb6a9571715fbc23507a8 100644 (file)
@@ -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)