aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb/stack-frame.ll
blob: b103b331b797238398408fbc5fb13f073f10125b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; RUN: llc < %s -march=thumb
; RUN: llc < %s -march=thumb | grep add | count 1

define void @f1() {
	%c = alloca i8, align 1
	ret void
}

define i32 @f2() {
	ret i32 1
}