X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FInstCombine%2Fxor.ll;h=3722697f9892cb87123c2976616a9e7714365169;hb=b55dcfe47fbbcfc1dccd07cb27c02b9a86533d05;hp=d8b84a6122ddbecc0058e8b0c82cd28a96fa8109;hpb=76806b6a434ad5477727d3733d18fe309a1281fe;p=oota-llvm.git diff --git a/test/Transforms/InstCombine/xor.ll b/test/Transforms/InstCombine/xor.ll index d8b84a6122d..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: llvm-as < %s | opt -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]