Fix a README item: when doing a comparison with the result
[oota-llvm.git] / test / Transforms / ConstProp / bswap.ll
index df1ee491e508d9255a18fb34d72e4940670b81bf..9fce309b7887f21f99fdb6a9571715fbc23507a8 100644 (file)
@@ -1,6 +1,6 @@
 ; bswap should be constant folded when it is passed a constant argument
 
-; RUN: opt %s -constprop -S | not grep call
+; RUN: opt %s -constprop -S | not grep call
 
 declare i16 @llvm.bswap.i16(i16)