X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FInstCombine%2For-to-xor.ll;h=1495ee49709f0f743e2742dd5b049ee143b591e7;hb=7a0575b9a8ca291c33495623eae171394f33b58f;hp=a7588d1911175eefa74a579f0a993d8673a5ca6c;hpb=b1e1e82c54c060ea5dae09dae043234826ca2539;p=oota-llvm.git diff --git a/test/Transforms/InstCombine/or-to-xor.ll b/test/Transforms/InstCombine/or-to-xor.ll index a7588d19111..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 | llvm-dis | grep {xor i32 %a, %b} | count 4 -; RUN: opt %s -instcombine | llvm-dis | 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: