X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FInstCombine%2Fxor.ll;h=3722697f9892cb87123c2976616a9e7714365169;hb=b55dcfe47fbbcfc1dccd07cb27c02b9a86533d05;hp=a7bcdac08bd89c43dd87971d45e0385757f0ab7a;hpb=f2f6ce65b79df6ec4ee427d51a18355a170f199b;p=oota-llvm.git diff --git a/test/Transforms/InstCombine/xor.ll b/test/Transforms/InstCombine/xor.ll index a7bcdac08bd..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 -S | \ -; RUN: not grep {xor } +; RUN: not grep "xor " ; END. @G1 = global i32 0 ; [#uses=1] @G2 = global i32 0 ; [#uses=1]