Add missing newlines at EOF (for clang++).
[oota-llvm.git] / test / Transforms / InstCombine / and-not-or.ll
index ff56f477d81d3b0ff0fe605c56f08d955dccb80b..9dce7b4e6fb3962bb660c6dd3801f1fcd593d5e8 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -instcombine | llvm-dis | grep {and i32 %x, %y} | count 4
-; RUN: opt %s -instcombine | llvm-dis | not grep {or}
+; RUN: opt < %s -instcombine -S | grep {and i32 %x, %y} | count 4
+; RUN: opt < %s -instcombine -S | not grep {or}
 
 define i32 @func1(i32 %x, i32 %y) nounwind {
 entry: