aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2008-09-02-FunctionNotes2.ll
blob: 966e0f87ba278c2a181860d80164bf701e652fd9 (plain)
1
2
3
4
5
6
7
; 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
}