diff options
author | Owen Anderson <resistor@mac.com> | 2010-12-13 23:49:28 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2010-12-13 23:49:28 +0000 |
commit | 2d9220e8f5b45390d64e943fa4eef1562b87f04b (patch) | |
tree | e7f3b61d302d2714257b33c29e28a45512dd1b85 /test/Transforms | |
parent | 3fa4c1dc95098105e73aa7055c27bebbf9112966 (diff) | |
download | external_llvm-2d9220e8f5b45390d64e943fa4eef1562b87f04b.zip external_llvm-2d9220e8f5b45390d64e943fa4eef1562b87f04b.tar.gz external_llvm-2d9220e8f5b45390d64e943fa4eef1562b87f04b.tar.bz2 |
Fix recent buildbot breakage by pulling SimplifyCFG back to its state as of r121694, the most recent state
where I'm confident there were no crashes or miscompilations. XFAIL the test added since then for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121733 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
-rw-r--r-- | test/Transforms/SimplifyCFG/switch_create.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/SimplifyCFG/switch_create.ll b/test/Transforms/SimplifyCFG/switch_create.ll index e11f04e..71007b9 100644 --- a/test/Transforms/SimplifyCFG/switch_create.ll +++ b/test/Transforms/SimplifyCFG/switch_create.ll @@ -1,4 +1,5 @@ ; RUN: opt < %s -simplifycfg -S | FileCheck %s +; XFAIL: * declare void @foo1() |