summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/Windows
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2018-05-14 21:32:52 +0000
committerMartin Storsjo <martin@martin.st>2018-05-14 21:32:52 +0000
commitace7ae935ffc181b79d5a22d58589949191b3416 (patch)
tree08b1512023b9ef13b96fed9e8518671fb8e393dc /llvm/test/CodeGen/ARM/Windows
parent5556841cd30ef72abd4198b273783de92634d54a (diff)
downloadbcm5719-llvm-ace7ae935ffc181b79d5a22d58589949191b3416.tar.gz
bcm5719-llvm-ace7ae935ffc181b79d5a22d58589949191b3416.zip
[ARM] Back up R4 and LR if calling the stack probe function
Differential Revision: https://reviews.llvm.org/D46777 llvm-svn: 332298
Diffstat (limited to 'llvm/test/CodeGen/ARM/Windows')
-rw-r--r--llvm/test/CodeGen/ARM/Windows/chkstk-movw-movt-isel.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/Windows/chkstk-movw-movt-isel.ll b/llvm/test/CodeGen/ARM/Windows/chkstk-movw-movt-isel.ll
index a73a7cf8414..019298d2080 100644
--- a/llvm/test/CodeGen/ARM/Windows/chkstk-movw-movt-isel.ll
+++ b/llvm/test/CodeGen/ARM/Windows/chkstk-movw-movt-isel.ll
@@ -18,7 +18,7 @@ entry:
}
; CHECK-LABEL: isel
-; CHECK: push {r4, r5}
+; CHECK: push {r4, r5, r6, lr}
; CHECK: movw r12, #0
; CHECK: movt r12, #0
; CHECK: movw r4, #{{\d*}}
OpenPOWER on IntegriCloud