Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / bitcount.ll
index 3c10120393ea4dde6ca8f347bdec75d36583eff2..f75ca2df69d1a35680fddf213e0b2c2db9f8e5b7 100644 (file)
@@ -1,6 +1,6 @@
 ; Tests to make sure bit counts of constants are folded
-; RUN: opt %s -instcombine -S | grep {ret i32 19}
-; RUN: opt %s -instcombine -S | \
+; RUN: opt %s -instcombine -S | grep {ret i32 19}
+; RUN: opt %s -instcombine -S | \
 ; RUN:   grep -v declare | not grep llvm.ct
 
 declare i31 @llvm.ctpop.i31(i31 %val)