summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2010-12-13 23:49:28 +0000
committerOwen Anderson <resistor@mac.com>2010-12-13 23:49:28 +0000
commit2d9220e8f5b45390d64e943fa4eef1562b87f04b (patch)
treee7f3b61d302d2714257b33c29e28a45512dd1b85 /test
parent3fa4c1dc95098105e73aa7055c27bebbf9112966 (diff)
downloadllvm-2d9220e8f5b45390d64e943fa4eef1562b87f04b.tar.gz
llvm-2d9220e8f5b45390d64e943fa4eef1562b87f04b.tar.bz2
llvm-2d9220e8f5b45390d64e943fa4eef1562b87f04b.tar.xz
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')
-rw-r--r--test/Transforms/SimplifyCFG/switch_create.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Transforms/SimplifyCFG/switch_create.ll b/test/Transforms/SimplifyCFG/switch_create.ll
index e11f04e2da..71007b9efa 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()