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 | ef2979b1da51df19c10175a48b0d37ac926bf8f3 (patch) | |
tree | aafc1d91adeaec1fb661ce6c848195b156b3148e /clang/tools/c-index-test/c-index-test.c | |
parent | c59e56190e918595916017171898368bdc89ef0d (diff) | |
download | bcm5719-llvm-ef2979b1da51df19c10175a48b0d37ac926bf8f3.tar.gz bcm5719-llvm-ef2979b1da51df19c10175a48b0d37ac926bf8f3.zip |
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.
llvm-svn: 84546
Diffstat (limited to 'clang/tools/c-index-test/c-index-test.c')
0 files changed, 0 insertions, 0 deletions