Converted 8x tests of SimplifyCFG to use FileCheck instead of grep.
[oota-llvm.git] / test / Transforms / SimplifyCFG / 2007-11-22-InvokeNoUnwind.ll
index a20c46e1ad1f922e573eb53103f263f4b04b99a3..a90e072762534c208f251f989fb137839e292495 100644 (file)
@@ -1,4 +1,6 @@
-; RUN: opt < %s -simplifycfg -S | not grep invoke
+; RUN: opt < %s -simplifycfg -S | FileCheck %s
+
+; CHECK-NOT: invoke
 
 declare i32 @func(i8*) nounwind