opnsense-src/test/CodeGen/Thumb/stack-frame.ll

14 lines
172 B
LLVM
Raw Normal View History

2009-10-14 13:57:32 -04:00
; RUN: llc < %s -march=thumb
; RUN: llc < %s -march=thumb | grep add | count 1
2009-06-27 06:44:33 -04:00
define void @f1() {
%c = alloca i8, align 1
ret void
}
define i32 @f2() {
ret i32 1
}