Remove usage of grep-not script
[oota-llvm.git] / test / Transforms / InstCombine / cast.ll
index 32556c070e814a8659cd8658256545d6df25e283..a19a2f1f2e1959d398f6016b6c545c878f88bd38 100644 (file)
@@ -1,6 +1,6 @@
 ; Tests to make sure elimination of casts is working correctly
 
-; RUN: as < %s | opt -instcombine -die | dis | grep '%c' | grep-not cast
+; RUN: as < %s | opt -instcombine -die | dis | grep '%c' | not grep cast
 
 implementation