summaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-04-09 05:18:53 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-04-09 05:18:53 +0000
commit3c5aaa20ee2422e3530d38b9f0199b182da8eb82 (patch)
tree089baaa0b364f97dc48a7f3cc88f9ebdf78f09c4 /test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll
parent1b133a478baaec072d937dd577c63094fdfcd4bb (diff)
downloadexternal_llvm-3c5aaa20ee2422e3530d38b9f0199b182da8eb82.zip
external_llvm-3c5aaa20ee2422e3530d38b9f0199b182da8eb82.tar.gz
external_llvm-3c5aaa20ee2422e3530d38b9f0199b182da8eb82.tar.bz2
Converted 8x tests of SimplifyCFG to use FileCheck instead of grep.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179087 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll')
-rw-r--r--test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll b/test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll
index a20c46e..a90e072 100644
--- a/test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll
+++ b/test/Transforms/SimplifyCFG/2007-11-22-InvokeNoUnwind.ll
@@ -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