Removed extra whitespace. (Testing commit access). NFC.
[oota-llvm.git] / test / Transforms / InstCombine / volatile_store.ll
index 22566781180d6dd93dc10fc215ad24249ee8b0e4..7cab199a58f4764a34adb8ebd1dbd07495f1c496 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt < %s -instcombine -S | grep {store volatile}
-; RUN: opt < %s -instcombine -S | grep {load volatile}
+; RUN: opt < %s -instcombine -S | grep "store volatile"
+; RUN: opt < %s -instcombine -S | grep "load volatile"
 
 @x = weak global i32 0         ; <i32*> [#uses=2]