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

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

define i32 @f2() {
	ret i32 1
}