Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / bitcount.ll
index 8ebf289eb7d7bea0caa19bdd0277d7e4e79f1d4d..f75ca2df69d1a35680fddf213e0b2c2db9f8e5b7 100644 (file)
@@ -1,6 +1,6 @@
 ; Tests to make sure bit counts of constants are folded
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep {ret i32 19}
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
+; 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)