From: Rafael Espindola Date: Thu, 16 May 2013 20:00:45 +0000 (+0000) Subject: More addFrameMove test coverage. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7733728ac25dca0d8be6d967843ad977c2376f6d;p=oota-llvm.git More addFrameMove test coverage. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182046 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/Mips/ex2.ll b/test/CodeGen/Mips/ex2.ll index 67d19e4b84c..74bdb6c082e 100644 --- a/test/CodeGen/Mips/ex2.ll +++ b/test/CodeGen/Mips/ex2.ll @@ -7,9 +7,11 @@ define i32 @main() { ; 16: main: ; 16: .cfi_startproc ; 16: save $ra, $s0, $s1, 32 +; 16: .cfi_def_cfa_offset 32 ; 16: .cfi_offset 17, -8 ; 16: .cfi_offset 16, -12 ; 16: .cfi_offset 31, -4 +; 16: .cfi_endproc entry: %retval = alloca i32, align 4 store i32 0, i32* %retval