You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
213 B

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