1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 22:42:46 +02:00
llvm-mirror/test/Assembler/2008-09-02-FunctionNotes2.ll
Devang Patel 468829b883 Function notes tests.
llvm-svn: 55648
2008-09-02 20:58:16 +00:00

8 lines
147 B
LLVM

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