aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-12-14 06:09:07 +0000
committerChris Lattner <sabre@nondot.org>2010-12-14 06:09:07 +0000
commit8168efffa76ded9f56bd0e417fce81bdb78499c2 (patch)
treebf21260b0d06dcc883ad7b628dab8ad674b7e347 /test
parent117f8cffc5499217ff8824eb0d6a0f6b1b78d96e (diff)
downloadexternal_llvm-8168efffa76ded9f56bd0e417fce81bdb78499c2.zip
external_llvm-8168efffa76ded9f56bd0e417fce81bdb78499c2.tar.gz
external_llvm-8168efffa76ded9f56bd0e417fce81bdb78499c2.tar.bz2
fix yet anohter broken line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121750 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/SimplifyCFG/switch_create.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/SimplifyCFG/switch_create.ll b/test/Transforms/SimplifyCFG/switch_create.ll
index a49f782..8d051b4 100644
--- a/test/Transforms/SimplifyCFG/switch_create.ll
+++ b/test/Transforms/SimplifyCFG/switch_create.ll
@@ -256,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
-; CHECK: switch.early.test:
+; HECK: switch.early.test:
; HECK: switch i8 %c, label %lor.rhs [
; HECK: i8 46, label %lor.end
; HECK: i8 44, label %lor.end
@@ -351,4 +351,4 @@ malformed:
ret void
; CHECK: @test12
-} \ No newline at end of file
+}