Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / volatile_store.ll
index c9f3c53405e75d4d8563eb471105fe09387d4c4d..5316bd772e13ad6a28365ad763aea2d149722cb2 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -instcombine -S | grep {volatile store}
-; RUN: opt %s -instcombine -S | grep {volatile load}
+; RUN: opt %s -instcombine -S | grep {volatile store}
+; RUN: opt %s -instcombine -S | grep {volatile load}
 
 @x = weak global i32 0         ; <i32*> [#uses=2]