Use the new prcontext script.
[oota-llvm.git] / test / Transforms / LICM / sink_trapping_inst.ll
index a35c48c4b7261014fb4326c0a5086d7484124c92..4842331d23b4d7485d27be045dab53444af8adef 100644 (file)
@@ -1,7 +1,7 @@
 ; Potentially trapping instructions may be sunk as long as they are guaranteed
 ; to be executed.
 ;
-; RUN: llvm-as < %s | opt -licm | llvm-dis | grep -C1 div | grep Out: 
+; RUN: llvm-as < %s | opt -licm | llvm-dis | %prcontext div 1 | grep Out: 
 
 int %test(int %N) {
 Entry: