summaryrefslogtreecommitdiff
path: root/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
commitccdb9c9483ed4453ac9b76c876e39cb08fcc5a6d (patch)
treec23973114974ff02c67e588d334d6f5e342d91ce /test/CodeGen/Thumb2/tail-call-r9.ll
parent73c9559237d61a53c3002eff0aeeee49617b9033 (diff)
Fix broken CHECK lines.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199016 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/tail-call-r9.ll')
-rw-r--r--test/CodeGen/Thumb2/tail-call-r9.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/tail-call-r9.ll b/test/CodeGen/Thumb2/tail-call-r9.ll
index 24c76c98c03..673aa7c12eb 100644
--- a/test/CodeGen/Thumb2/tail-call-r9.ll
+++ b/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