summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb2/tail-call-r9.ll
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2014-01-11 21:06:00 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2014-01-11 21:06:00 +0000
commitc10563d14e8e42f3c2bdafee29a48f9cf93560ee (patch)
tree15bb35b7b4f6a642ca77984a92d1eebb9cafdd07 /llvm/test/CodeGen/Thumb2/tail-call-r9.ll
parent66c742aeead27898f91c4a629a31c3bd4675a975 (diff)
downloadbcm5719-llvm-c10563d14e8e42f3c2bdafee29a48f9cf93560ee.tar.gz
bcm5719-llvm-c10563d14e8e42f3c2bdafee29a48f9cf93560ee.zip
Fix broken CHECK lines.
llvm-svn: 199016
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/tail-call-r9.ll')
-rw-r--r--llvm/test/CodeGen/Thumb2/tail-call-r9.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb2/tail-call-r9.ll b/llvm/test/CodeGen/Thumb2/tail-call-r9.ll
index 24c76c98c03..673aa7c12eb 100644
--- a/llvm/test/CodeGen/Thumb2/tail-call-r9.ll
+++ b/llvm/test/CodeGen/Thumb2/tail-call-r9.ll
@@ -6,7 +6,7 @@
; the destination address. It's callee-saved in AAPCS.
define arm_aapcscc void @test(i32 %a) nounwind {
; CHECK-LABEL: test:
-; CHECK-NOT bx r9
+; CHECK-NOT: bx r9
%tmp = load void ()** @foo, align 4
tail call void asm sideeffect "", "~{r0},~{r1},~{r2},~{r3},~{r12}"() nounwind
tail call arm_aapcscc void %tmp() nounwind
OpenPOWER on IntegriCloud