Address issues found by Duncan during post-commit review of r177856.
[oota-llvm.git] / test / Transforms / InstCombine / apint-not.ll
index 89fc31b23034a26b729e9c5674b8c6c41e43e5f5..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: llvm-as | opt -instcombine | llvm-dis | not grep xor
+; RUN: opt < %s -instcombine -S | not grep xor
 
 define i33 @test1(i33 %A) {
        %B = xor i33 %A, -1