X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FInstCombine%2For-to-xor.ll;h=1495ee49709f0f743e2742dd5b049ee143b591e7;hb=9c7a988e3b014ed56e6765f9ceb68d80d56414c0;hp=7cab5430d68825c5acee2a283bd72e04dddde8c7;hpb=2ba62ef7f201b2e8f61c6988e76b40c7c8a6a191;p=oota-llvm.git diff --git a/test/Transforms/InstCombine/or-to-xor.ll b/test/Transforms/InstCombine/or-to-xor.ll index 7cab5430d68..1495ee49709 100644 --- a/test/Transforms/InstCombine/or-to-xor.ll +++ b/test/Transforms/InstCombine/or-to-xor.ll @@ -1,5 +1,5 @@ -; RUN: opt %s -instcombine -S | grep {xor i32 %a, %b} | count 4 -; RUN: opt %s -instcombine -S | not grep {and} +; RUN: opt < %s -instcombine -S | grep {xor i32 %a, %b} | count 4 +; RUN: opt < %s -instcombine -S | not grep {and} define i32 @func1(i32 %a, i32 %b) nounwind readnone { entry: