summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-07-02 23:22:21 +0000
committerEric Christopher <echristo@apple.com>2012-07-02 23:22:21 +0000
commitc723eb1aef817d47feec620933ee1ec6005cdd14 (patch)
tree01b6b0506dc61ab43904a7b71b5a499ba8376c1e /test/Transforms/SimplifyCFG
parent3aaefc12bbc365294582af63ce23dd76636e95b0 (diff)
downloadllvm-c723eb1aef817d47feec620933ee1ec6005cdd14.tar.gz
llvm-c723eb1aef817d47feec620933ee1ec6005cdd14.tar.bz2
llvm-c723eb1aef817d47feec620933ee1ec6005cdd14.tar.xz
Revert "IntRange:" as it appears to be breaking self hosting.
This reverts commit b2833d9dcba88c6f0520cad760619200adc0442c. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159618 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/SimplifyCFG')
-rw-r--r--test/Transforms/SimplifyCFG/switch_create.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/SimplifyCFG/switch_create.ll b/test/Transforms/SimplifyCFG/switch_create.ll
index c62afd5d4d..546cc75f29 100644
--- a/test/Transforms/SimplifyCFG/switch_create.ll
+++ b/test/Transforms/SimplifyCFG/switch_create.ll
@@ -82,8 +82,8 @@ lor.end: ; preds = %lor.rhs, %lor.lhs.f
; CHECK: @test4
; CHECK: switch i8 %c, label %lor.rhs [
-; CHECK: i8 34, label %lor.end
; CHECK: i8 62, label %lor.end
+; CHECK: i8 34, label %lor.end
; CHECK: i8 92, label %lor.end
; CHECK: ]
}