1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

More addFrameMove test coverage.

llvm-svn: 182046
This commit is contained in:
Rafael Espindola 2013-05-16 20:00:45 +00:00
parent 80fddc9af7
commit afa5fae8eb

View File

@ -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