[llvm] r182046 - More addFrameMove test coverage.
Rafael Espindola
rafael.espindola at gmail.com
Thu May 16 13:00:45 PDT 2013
Author: rafael
Date: Thu May 16 15:00:45 2013
New Revision: 182046
URL: http://llvm.org/viewvc/llvm-project?rev=182046&view=rev
Log:
More addFrameMove test coverage.
Modified:
llvm/trunk/test/CodeGen/Mips/ex2.ll
Modified: llvm/trunk/test/CodeGen/Mips/ex2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/ex2.ll?rev=182046&r1=182045&r2=182046&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/ex2.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/ex2.ll Thu May 16 15:00:45 2013
@@ -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
More information about the llvm-commits
mailing list