[InstCombine] Split off SSE4a tests.
[oota-llvm.git] / test / Transforms / InstCombine / and-or-not.ll
index 8fc53a7e0acbcc45f197b593a9b01843d93726ff..cc661d50c896cfe4dc9b37ad3cc38dd6c4c87a1f 100644 (file)
@@ -1,10 +1,10 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep xor | count 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
 
-; These are all equivelent to A^B
+; These are all equivalent to A^B
 
 define i32 @test1(i32 %a, i32 %b) {
 entry: