Remove usage of grep-not script
[oota-llvm.git] / test / Transforms / InstCombine / add.ll
index b2850d37dec202b7155f6fdb0e78371ebddb07e0..e3b9c98f317b2e30628360473b100bbae578260b 100644 (file)
@@ -3,7 +3,7 @@
 ; This also tests that a subtract with a constant is properly converted
 ; to a add w/negative constant
 
-; RUN: as < %s | opt -instcombine -die | dis | grep-not add
+; RUN: as < %s | opt -instcombine -die | dis | not grep add
 
 implementation