blob: 4ee2730f611365c63770fb18cad9fae290cefe92 [file] [edit]
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
; RUN: llc -mtriple x86_64-unknown-linux-gnu -enable-new-pm -o - %s | FileCheck %s
define void @test() {
; CHECK-LABEL: test:
; CHECK: # %bb.0:
; CHECK-NEXT: retq
ret void
}
define void @test2() #0 {
; CHECK-LABEL: test2:
; CHECK: # %bb.0:
; CHECK-NEXT: retq
ret void
}
attributes #0 = { optnone noinline }