summaryrefslogtreecommitdiffstats
path: root/llvm
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
commitf130661688e090a851dd3e90acbd7b09b803f469 (patch)
tree768b1f41680889d92a0d5a3c4fcb0a4cf2009c9c /llvm
parent5a9d59d9185f25175e4ea0e38daca1ad088b1ec3 (diff)
downloadbcm5719-llvm-f130661688e090a851dd3e90acbd7b09b803f469.tar.gz
bcm5719-llvm-f130661688e090a851dd3e90acbd7b09b803f469.zip
fix yet anohter broken line
llvm-svn: 121750
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Transforms/SimplifyCFG/switch_create.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/SimplifyCFG/switch_create.ll b/llvm/test/Transforms/SimplifyCFG/switch_create.ll
index a49f782277d..8d051b49f0b 100644
--- a/llvm/test/Transforms/SimplifyCFG/switch_create.ll
+++ b/llvm/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
+}
OpenPOWER on IntegriCloud