X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FInstCombine%2Fxor.ll;h=3722697f9892cb87123c2976616a9e7714365169;hb=b55dcfe47fbbcfc1dccd07cb27c02b9a86533d05;hp=2456f03e532b9fa4e377cf5540a735b60c622ed2;hpb=b1e1e82c54c060ea5dae09dae043234826ca2539;p=oota-llvm.git diff --git a/test/Transforms/InstCombine/xor.ll b/test/Transforms/InstCombine/xor.ll index 2456f03e532..3722697f989 100644 --- a/test/Transforms/InstCombine/xor.ll +++ b/test/Transforms/InstCombine/xor.ll @@ -1,7 +1,7 @@ ; This test makes sure that these instructions are properly eliminated. ; -; RUN: opt %s -instcombine | llvm-dis | \ -; RUN: not grep {xor } +; RUN: opt < %s -instcombine -S | \ +; RUN: not grep "xor " ; END. @G1 = global i32 0 ; [#uses=1] @G2 = global i32 0 ; [#uses=1]