1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2024-12-25 14:32:53 +00:00
llvm-6502/test/CodeGen/Thumb/stack-frame.ll
2009-09-09 00:09:15 +00:00

14 lines
172 B
LLVM

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