Remove usage of grep-not script
[oota-llvm.git] / test / Transforms / InstCombine / cast-set.ll
index ef3821a1f04b30d139918c9702bfcad6c548fa2d..55947d6b7e5198a2e2cbdabba5f98fd74bde347e 100644 (file)
@@ -3,7 +3,7 @@
 ; slow.  Might it be better to make there be an instcombine prepass before
 ; level raise that takes care of the obvious stuff?
 
-; RUN: as < %s | opt -instcombine | dis | grep-not cast
+; RUN: as < %s | opt -instcombine | dis | not grep cast
 
 bool %test1(int %X) {
        %A = cast int %X to uint