From 5c29d63a66aa734407ab782506ee29fc6e871dc5 Mon Sep 17 00:00:00 2001 From: Reed Kotler Date: Sun, 15 Dec 2013 20:49:30 +0000 Subject: 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 --- llvm/test/CodeGen/Mips/ex2.ll | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'llvm/test/CodeGen/Mips/ex2.ll') 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 -- cgit v1.2.3