X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FInstCombine%2Fapint-not.ll;h=488b7f2c98e182551909e2445339032d4555d4b0;hb=b55dcfe47fbbcfc1dccd07cb27c02b9a86533d05;hp=89fc31b23034a26b729e9c5674b8c6c41e43e5f5;hpb=5d787bb93e08f0536b1b7b9d53af958508c29de2;p=oota-llvm.git diff --git a/test/Transforms/InstCombine/apint-not.ll b/test/Transforms/InstCombine/apint-not.ll index 89fc31b2303..488b7f2c98e 100644 --- a/test/Transforms/InstCombine/apint-not.ll +++ b/test/Transforms/InstCombine/apint-not.ll @@ -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