Use the new prcontext script.
[oota-llvm.git] / test / Transforms / LICM / sink_multiple.ll
index 888dfbe3a522fd9c82291dbb2f1b3674192cd0b2..22ab9f9c1353da8e929828ec4e2966feaab11915 100644 (file)
@@ -3,7 +3,7 @@
 ; instructions from the loop.  Instead they got hoisted, which is better than
 ; leaving them in the loop, but increases register pressure pointlessly.
 
-; RUN: llvm-as < %s | opt -licm | llvm-dis | grep -C1 getelementptr | grep Out:
+; RUN: llvm-as < %s | opt -licm | llvm-dis | %prcontext getelementptr 1 | grep Out:
 
 %Ty = type { int, int }
 %X = external global %Ty