Delete useless trailing semicolons.
[oota-llvm.git] / test / Transforms / InstCombine / and-or-not.ll
index e9c7b12684371f644c20112dc09eb11c84efd2aa..37ec3bc1aabbe094a99e89d868eddadf8ca3847a 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep xor | wc -l | grep 4
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep and
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep { or}
+; RUN: opt < %s -instcombine -S | grep xor | count 4
+; RUN: opt < %s -instcombine -S | not grep and
+; RUN: opt < %s -instcombine -S | not grep { or}
 
 ; PR1510