aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2008-09-02-FunctionNotes2.ll
blob: 7740bdd596c10b60614755e882a7dec02699715b (plain)
1
2
3
4
5
6
7
; Test function notes
; RUN: not llvm-as  %s |& grep "only one inline note" 

define void @fn1() notes(inline=always,inline=never) {
  ret void
}