diff options
author | Reed Kotler <rkotler@mips.com> | 2013-12-15 20:49:30 +0000 |
---|---|---|
committer | Reed Kotler <rkotler@mips.com> | 2013-12-15 20:49:30 +0000 |
commit | 5c29d63a66aa734407ab782506ee29fc6e871dc5 (patch) | |
tree | 1337cf887eedf7816688a398cb650c35e1f5e98e /llvm/test/CodeGen/Mips/ex2.ll | |
parent | ddb582896a45ef8a0ba1f4a02ebb953ae7e46a97 (diff) | |
download | bcm5719-llvm-5c29d63a66aa734407ab782506ee29fc6e871dc5.tar.gz bcm5719-llvm-5c29d63a66aa734407ab782506ee29fc6e871dc5.zip |
Last change for mips16 prolog/epilog cleanup and optimization.
Some tiny cosmetic code changes to follow. Because of the wide
ranging nature of the patch a full 24 test cycle was needed to
check against regression. This was the smallest patch I could
make to progress from the earlier ones in the series.
llvm-svn: 197350
Diffstat (limited to 'llvm/test/CodeGen/Mips/ex2.ll')
-rw-r--r-- | llvm/test/CodeGen/Mips/ex2.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/Mips/ex2.ll b/llvm/test/CodeGen/Mips/ex2.ll index 75562156cf0..6d024c209c2 100644 --- a/llvm/test/CodeGen/Mips/ex2.ll +++ b/llvm/test/CodeGen/Mips/ex2.ll @@ -6,11 +6,11 @@ define i32 @main() { ; 16-LABEL: main: ; 16: .cfi_startproc -; 16: save $ra, $16, $17, 40 -; 16: .cfi_def_cfa_offset 40 +; 16: save $16, $17, $ra, 32 # 16 bit inst +; 16: .cfi_def_cfa_offset 32 ; 16: .cfi_offset 31, -4 -; 16: .cfi_offset 17, -8 -; 16: .cfi_offset 16, -12 +; 16: .cfi_offset 17, -8 +; 16: .cfi_offset 16, -12 ; 16: .cfi_endproc entry: %retval = alloca i32, align 4 |