Remove usage of grep-not script
[oota-llvm.git] / test / Transforms / InstCombine / mul.ll
index 3ffcc832015419ac64cf2050a39346b023cfbb85..d90ffd2feb7f6ba48e2dbcaf6b4b24a85ccf2df5 100644 (file)
@@ -1,7 +1,7 @@
 ; This test makes sure that mul instructions are properly eliminated.
 ;
 
-; RUN: as < %s | opt -instcombine | dis | grep-not mul
+; RUN: as < %s | opt -instcombine | dis | not grep mul
 
 implementation