Use references to attribute groups on the call/invoke instructions.
[oota-llvm.git] / test / Transforms / InstCombine / phi-merge-gep.ll
index 267174970941d5711b01b9b73b127b68ad1538e6..25c9cea9b7705a04431b337c8f0493ed532335c7 100644 (file)
@@ -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.