1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test/Assembler/2008-09-02-FunctionNotes2.ll
2008-10-01 04:13:23 +00:00

8 lines
161 B
LLVM

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