Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / and-or.ll
index fe770f78fd6655e957a65208ed9415b66acfe0c3..b4224b38b1c24ed5536dda8bf49f380948722870 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -instcombine -S | grep {and i32 %a, 1} | count 4
-; RUN: opt %s -instcombine -S | grep {or i32 %0, %b} | count 4
+; RUN: opt %s -instcombine -S | grep {and i32 %a, 1} | count 4
+; RUN: opt %s -instcombine -S | grep {or i32 %0, %b} | count 4
 
 
 define i32 @func1(i32 %a, i32 %b) nounwind readnone {