llvm-6502/test/Assembler/2008-09-02-FunctionNotes2.ll

8 lines
147 B
LLVM
Raw Normal View History

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