X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FInstCombine%2Fphi-merge-gep.ll;h=25c9cea9b7705a04431b337c8f0493ed532335c7;hb=351b7a10e2560a835759748c58da09e53207b39d;hp=267174970941d5711b01b9b73b127b68ad1538e6;hpb=46fb0dee03e00ed4616542b38de6bc7d1a6beab0;p=oota-llvm.git diff --git a/test/Transforms/InstCombine/phi-merge-gep.ll b/test/Transforms/InstCombine/phi-merge-gep.ll index 26717497094..25c9cea9b77 100644 --- a/test/Transforms/InstCombine/phi-merge-gep.ll +++ b/test/Transforms/InstCombine/phi-merge-gep.ll @@ -1,6 +1,6 @@ ; RUN: opt < %s -S -instcombine > %t -; RUN: grep {= getelementptr} %t | count 20 -; RUN: grep {= phi} %t | count 13 +; RUN: grep "= getelementptr" %t | count 20 +; RUN: grep "= phi" %t | count 13 ; Don't push the geps through these phis, because they would require ; two phis each, which burdens the loop with high register pressure.