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.

18 lines
319 B

; RUN: llc %s -mtriple=arm64-apple-darwin -o - | FileCheck %s
; CHECK-LABEL: ; -- Begin function foo
; CHECK: foo:
define hidden i32 @foo() {
entry:
ret i32 30
}
; CHECK: ; -- End function
; CHECK-LABEL: ; -- Begin function bar
; CHECK: bar:
define i32 @bar() {
entry:
ret i32 30
}
; CHECK: ; -- End function