diff options
| author | Martin Storsjo <martin@martin.st> | 2018-05-14 21:32:52 +0000 |
|---|---|---|
| committer | Martin Storsjo <martin@martin.st> | 2018-05-14 21:32:52 +0000 |
| commit | ace7ae935ffc181b79d5a22d58589949191b3416 (patch) | |
| tree | 08b1512023b9ef13b96fed9e8518671fb8e393dc /llvm/test/CodeGen/ARM/Windows | |
| parent | 5556841cd30ef72abd4198b273783de92634d54a (diff) | |
| download | bcm5719-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.ll | 2 |
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*}} |

