blob: 7740bdd596c10b60614755e882a7dec02699715b [file] [log] [blame]
; Test function notes
; RUN: not llvm-as %s |& grep "only one inline note"
define void @fn1() notes(inline=always,inline=never) {
ret void
}