summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/sibling-call.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/AArch64/sibling-call.ll')
-rw-r--r--test/CodeGen/AArch64/sibling-call.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/AArch64/sibling-call.ll b/test/CodeGen/AArch64/sibling-call.ll
index a1ec618b03..6df4e7e3e5 100644
--- a/test/CodeGen/AArch64/sibling-call.ll
+++ b/test/CodeGen/AArch64/sibling-call.ll
@@ -91,7 +91,7 @@ define void @indirect_tail() {
%fptr = load void(i32)** @func
tail call void %fptr(i32 42)
ret void
-; CHECK: movz w0, #42
; CHECK: ldr [[FPTR:x[1-9]+]], [{{x[0-9]+}}, #:lo12:func]
+; CHECK: movz w0, #42
; CHECK: br [[FPTR]]
-} \ No newline at end of file
+}