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

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

define i32 @f2() {
	ret i32 1
}


OpenPOWER on IntegriCloud