blob: 6a5116b55308427e1c89ca7d79efcf2f288cc16e [file] [log] [blame]
; Test function notes
; RUN: not llvm-as %s |& grep "only one inline note"
; XFAIL: *
define void @fn1() alwaysinline noinline {
ret void
}