blob: 47eb011343fbe86a6fc43c58ebd6b5d690356f26 [file] [log] [blame]
Devang Patel9018f562008-09-02 20:58:16 +00001; Test function notes
Bill Wendling28d1c602012-10-09 20:11:19 +00002; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "Attributes 'noinline and alwaysinline' are incompatible"
Devang Patel652203f2008-09-29 20:49:50 +00003define void @fn1() alwaysinline noinline {
Devang Patel9018f562008-09-02 20:58:16 +00004 ret void
5}
6