[x86] instcombine more cases of insertps into a shufflevector
[oota-llvm.git] / test / Transforms / InstCombine / apint-xor1.ll
index 35cf6ae8225c1eb79122ed438a2b7ad17c8ed4f5..01cbcf158cd9860de2f04c91c5a805108c28b3db 100644 (file)
@@ -1,8 +1,7 @@
 ; This test makes sure that xor instructions are properly eliminated.
 ; This test is for Integer BitWidth <= 64 && BitWidth % 8 != 0.
 
-; RUN: llvm-as < %s | opt -instcombine -disable-output &&
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep 'xor '
+; RUN: opt < %s -instcombine -S | not grep "xor "
 
 
 define i47 @test1(i47 %A, i47 %B) {