Add a test for the foldSelectICmpAndOr fix committed in r180779.
[oota-llvm.git] / test / Transforms / InstCombine / apint-xor2.ll
index b9d7e82f28839e08d521d49834af3691cfa7db35..ab93c92381528547a893f7a198a478692ecf3662 100644 (file)
@@ -1,8 +1,8 @@
 ; This test makes sure that xor instructions are properly eliminated.
 ; This test is for Integer BitWidth > 64 && BitWidth <= 1024.
 
-; 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 "
+; END.
 
 
 define i447 @test1(i447 %A, i447 %B) {