llvm-6502/test/Assembler/2008-09-02-FunctionNotes2.ll
2008-09-29 20:49:50 +00:00

8 lines
146 B
LLVM

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