blob: 16789e66cc18d4fafacc91535da24cfc291c1b4a [file] [log] [blame]
Evan Chengdf55fea2011-01-16 05:14:33 +00001; RUN: llc -mtriple=thumbv6-apple-darwin < %s | FileCheck %s
2; r8869722
3
4%struct.state = type { i32, %struct.info*, float**, i32, i32, i32, i32, i32, i32, i32, i32, i32, i64, i64, i64, i64, i64, i64, i8* }
5%struct.info = type { i32, i32, i32, i32, i32, i32, i32, i8* }
6
7define void @t1(%struct.state* %v) {
8; CHECK: push {r4
9 %tmp6 = load i32* null
10 %tmp8 = alloca float, i32 %tmp6
11 store i32 1, i32* null
12 br label %return
13
14return: ; preds = %0
15; CHECK: mov sp, r4
16 ret void
17}