Remove usage of grep-not script
[oota-llvm.git] / test / Transforms / InstCombine / pow.ll
index 66027cde12487316e07c7c5c9417554cb97e899c..ee84ac6825c845dede3c7e65736b335ac65496d6 100644 (file)
@@ -2,7 +2,7 @@
 ;
 ; Equivalent to: http://gcc.gnu.org/ml/gcc-patches/2003-02/msg01786.html
 
-; RUN: as < %s | opt -instcombine | dis | grep-not 'call double %pow'
+; RUN: as < %s | opt -instcombine | dis | not grep 'call double %pow'
 
 declare double %pow(double, double)