blob: dbe75be700b7e7abe9d8f4d4b908bef68918fe98 [file] [log] [blame]
Devang Patelcc4d6ce2008-09-02 20:58:16 +00001; Test function notes
Devang Patel9cc98122008-10-01 23:41:25 +00002; RUN: not llvm-as %s -o /dev/null -f |& grep "Attributes noinline alwaysinline are incompatible"
Devang Patel221fe422008-09-29 20:49:50 +00003define void @fn1() alwaysinline noinline {
Devang Patelcc4d6ce2008-09-02 20:58:16 +00004 ret void
5}
6