Remove usage of grep-not script
[oota-llvm.git] / test / Transforms / InstCombine / getelementptr.ll
index 011554cffd7e1d06d8d85fbd2d30c8b01d0374c0..09642cdbcc9ce24653b99b1972aae4050403bb8f 100644 (file)
@@ -1,6 +1,6 @@
 ; The %A getelementptr instruction should be eliminated here
 
-; RUN: as < %s | opt -instcombine -die | dis | grep getelementptr | grep-not '%A '
+; RUN: as < %s | opt -instcombine -die | dis | grep getelementptr | not grep '%A '
 
 %Global = constant [10 x sbyte] c"helloworld"