llvm-6502/test/CodeGen/Thumb/stack-frame.ll

14 lines
192 B
LLVM
Raw Normal View History

; 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
}