1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/CodeGen/ARM/stack-frame.ll
2009-09-09 00:09:15 +00:00

14 lines
168 B
LLVM

; RUN: llc < %s -march=arm
; RUN: llc < %s -march=arm | grep add | count 1
define void @f1() {
%c = alloca i8, align 1
ret void
}
define i32 @f2() {
ret i32 1
}