comparison test/CodeGen/AArch64/arm64-aapcs-be.ll @ 120:1172e4bd9c6f

update 4.0.0
author mir3636
date Fri, 25 Nov 2016 19:14:25 +0900
parents afa8332a0e37
children
comparison
equal deleted inserted replaced
101:34baf5011add 120:1172e4bd9c6f
30 ret float %val 30 ret float %val
31 } 31 }
32 32
33 define void @test_block_addr_callee() { 33 define void @test_block_addr_callee() {
34 ; CHECK-LABEL: test_block_addr_callee: 34 ; CHECK-LABEL: test_block_addr_callee:
35 ; CHECK: str {{[a-z0-9]+}}, [sp, #-16]! 35 ; CHECK: sub sp, sp, #32
36 ; CHECK: str {{[a-z0-9]+}}, [sp, #16]
36 ; CHECK: bl test_block_addr 37 ; CHECK: bl test_block_addr
37 %val = insertvalue [1 x float] undef, float 0.0, 0 38 %val = insertvalue [1 x float] undef, float 0.0, 0
38 call float @test_block_addr([8 x float] undef, [1 x float] %val) 39 call float @test_block_addr([8 x float] undef, [1 x float] %val)
39 ret void 40 ret void
40 } 41 }