diff options
author | Chris Lattner <sabre@nondot.org> | 2009-10-19 22:09:23 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-10-19 22:09:23 +0000 |
commit | e306d8d6cccea7461974cec2b0daa2933867eb22 (patch) | |
tree | b048933af1ba94efda7d48f4e0376d7e10990b6a /lib/CodeGen/MachineLoopInfo.cpp | |
parent | 3310a963cfe72d4985fb2273522bf82afde983cf (diff) |
add register list and hacked up addrmode #4 support, we now get this:
_main:
stmsp! sp!, {r7, lr}
mov r7, sp
sub sp, sp, #4
mov r0, #0
str r0, [sp]
ldr r0, LCPI1_0
bl _printf
ldr r0, [sp]
mov sp, r7
ldmsp! sp!, {r7, pc}
Note the unhappy ldm/stm because of modifiers being ignored.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84546 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineLoopInfo.cpp')
0 files changed, 0 insertions, 0 deletions