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