diff options
author | Michael Gottesman <mgottesman@apple.com> | 2013-04-09 05:18:53 +0000 |
---|---|---|
committer | Michael Gottesman <mgottesman@apple.com> | 2013-04-09 05:18:53 +0000 |
commit | 3c5aaa20ee2422e3530d38b9f0199b182da8eb82 (patch) | |
tree | 089baaa0b364f97dc48a7f3cc88f9ebdf78f09c4 /test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch-dbg.ll | |
parent | 1b133a478baaec072d937dd577c63094fdfcd4bb (diff) | |
download | external_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/2003-08-17-FoldSwitch-dbg.ll')
-rw-r--r-- | test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch-dbg.ll | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch-dbg.ll b/test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch-dbg.ll index af59ba0..fbfb100 100644 --- a/test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch-dbg.ll +++ b/test/Transforms/SimplifyCFG/2003-08-17-FoldSwitch-dbg.ll @@ -1,7 +1,6 @@ -; RUN: opt < %s -simplifycfg -S | \ -; RUN: not grep switch - +; RUN: opt < %s -simplifycfg -S | FileCheck %s +; CHECK-NOT: switch %llvm.dbg.anchor.type = type { i32, i32 } %llvm.dbg.compile_unit.type = type { i32, { }*, i32, i8*, i8*, i8*, i1, i1, i8* } |