comparison test/CodeGen/Mips/ex2.ll @ 33:e4204d083e25

LLVM 3.5
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Thu, 12 Dec 2013 14:32:10 +0900
parents 95c75e76d11b
children 54457678186b
comparison
equal deleted inserted replaced
1:f783a2dd24b1 33:e4204d083e25
4 @_ZTIPKc = external constant i8* 4 @_ZTIPKc = external constant i8*
5 5
6 define i32 @main() { 6 define i32 @main() {
7 ; 16-LABEL: main: 7 ; 16-LABEL: main:
8 ; 16: .cfi_startproc 8 ; 16: .cfi_startproc
9 ; 16: save $ra, $s0, $s1, $s2, 40 9 ; 16: save $ra, $16, $17, 40
10 ; 16: .cfi_def_cfa_offset 40 10 ; 16: .cfi_def_cfa_offset 40
11 ; 16: .cfi_offset 18, -8
12 ; 16: .cfi_offset 17, -12
13 ; 16: .cfi_offset 16, -16
14 ; 16: .cfi_offset 31, -4 11 ; 16: .cfi_offset 31, -4
12 ; 16: .cfi_offset 17, -8
13 ; 16: .cfi_offset 16, -12
15 ; 16: .cfi_endproc 14 ; 16: .cfi_endproc
16 entry: 15 entry:
17 %retval = alloca i32, align 4 16 %retval = alloca i32, align 4
18 store i32 0, i32* %retval 17 store i32 0, i32* %retval
19 %exception = call i8* @__cxa_allocate_exception(i32 4) nounwind 18 %exception = call i8* @__cxa_allocate_exception(i32 4) nounwind