blob: 2751b6419dae995e76a97896396fcdfa5161b06c [file] [log] [blame]
Devang Patelf8c0e5b2008-09-02 20:58:16 +00001; Test function notes
2; RUN: llvm-as < %s -f -o /dev/null
3
4define void @fn1() notes(inline=always) {
5 ret void
6}
7
8define void @fn2() notes(inline=never) {
9 ret void
10}
11