Fix inserting new elements in a specified location.
[oota-llvm.git] / test / Transforms / InstCombine / apint-not.ll
index 205154351c4df8b06fe383c628221cf67743c55d..488b7f2c98e182551909e2445339032d4555d4b0 100644 (file)
@@ -1,7 +1,7 @@
 ; This test makes sure that the xor instructions are properly eliminated
 ; when arbitrary precision integers are used.
 
-; RUN: opt %s -instcombine | llvm-dis | not grep xor
+; RUN: opt < %s -instcombine -S | not grep xor
 
 define i33 @test1(i33 %A) {
        %B = xor i33 %A, -1