Remove usage of grep-not script
[oota-llvm.git] / test / Transforms / InstCombine / load.ll
index f80e02e464e1673e51df61c324f4f1d259b57b87..f085346597bab92e4a7669a5bf812f59defaa9bd 100644 (file)
@@ -1,7 +1,7 @@
 ; This test makes sure that these instructions are properly eliminated.
 ;
 
-; RUN: as < %s | opt -instcombine | dis | grep-not load
+; RUN: as < %s | opt -instcombine | dis | not grep load
 
 %X = constant int 42
 %Y = constant [2 x { int, float }] [ { int, float } { int 12, float 1.0 },