hanchenye-llvm-project/llvm/test/CodeGen/ARM/stack-frame.ll

14 lines
188 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | llc -march=arm
; RUN: llvm-as < %s | llc -march=arm | grep add | count 1
2007-01-30 11:06:19 +08:00
define void @f1() {
%c = alloca i8, align 1
ret void
}
define i32 @f2() {
ret i32 1
}