X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FInstCombine%2Fand-compare.ll;fp=test%2FTransforms%2FInstCombine%2Fand-compare.ll;h=8969f98fc187f5dee774ac3691486489b546b2e1;hb=28beeeac4db2d582d4947db96d62e423e4b68d88;hp=5980631c69fe1e97a161521cf771b33a18264b0c;hpb=7375bb9c8c82115dd401d67f0baaf30d6c481bd0;p=oota-llvm.git diff --git a/test/Transforms/InstCombine/and-compare.ll b/test/Transforms/InstCombine/and-compare.ll index 5980631c69f..8969f98fc18 100644 --- a/test/Transforms/InstCombine/and-compare.ll +++ b/test/Transforms/InstCombine/and-compare.ll @@ -1,5 +1,5 @@ ; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine | llvm-dis | \ -; RUN: grep and | wc -l | grep 1 +; RUN: grep and | count 1 ; Should be optimized to one and. bool %test1(uint %a, uint %b) {