summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-12-14 05:57:30 +0000
committerChris Lattner <sabre@nondot.org>2010-12-14 05:57:30 +0000
commit117f8cffc5499217ff8824eb0d6a0f6b1b78d96e (patch)
tree0d6dc916b77f19895a75c6f7eb1b60bfbadbd573 /test
parentf4caf69720d807573c50d41aa06bcec1c99bdbbd (diff)
downloadllvm-117f8cffc5499217ff8824eb0d6a0f6b1b78d96e.tar.gz
llvm-117f8cffc5499217ff8824eb0d6a0f6b1b78d96e.tar.bz2
llvm-117f8cffc5499217ff8824eb0d6a0f6b1b78d96e.tar.xz
reapply my recent change that disables a piece of the switch formation
work, but fixes 400.perlbmk. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121749 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/SimplifyCFG/switch_create.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Transforms/SimplifyCFG/switch_create.ll b/test/Transforms/SimplifyCFG/switch_create.ll
index 71007b9efa..a49f782277 100644
--- a/test/Transforms/SimplifyCFG/switch_create.ll
+++ b/test/Transforms/SimplifyCFG/switch_create.ll
@@ -1,5 +1,4 @@
; RUN: opt < %s -simplifycfg -S | FileCheck %s
-; XFAIL: *
declare void @foo1()
@@ -257,7 +256,7 @@ lor.end: ; preds = %lor.rhs, %lor.lhs.f
; HECK: %cmp = icmp ult i8 %c, 33
; HECK: br i1 %cmp, label %lor.end, label %switch.early.test
-; HECK: switch.early.test:
+; CHECK: switch.early.test:
; HECK: switch i8 %c, label %lor.rhs [
; HECK: i8 46, label %lor.end
; HECK: i8 44, label %lor.end