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

15 lines
175 B
LLVM
Raw Normal View History

; RUN: llc -mtriple=arm-eabi %s -o - | FileCheck %s
define void @f1() {
%c = alloca i8, align 1
ret void
}
define i32 @f2() {
ret i32 1
}
; CHECK: add
; CHECK-NOT: add