summaryrefslogtreecommitdiff
path: root/test/Assembler/2008-09-02-FunctionNotes2.ll
blob: 6a5116b55308427e1c89ca7d79efcf2f288cc16e (plain)
1
2
3
4
5
6
7
; Test function notes
; RUN: not llvm-as  %s |& grep "only one inline note" 
; XFAIL: *
define void @fn1() alwaysinline  noinline {
  ret void
}