Devang Patel | cc4d6ce | 2008-09-02 20:58:16 +0000 | [diff] [blame] | 1 | ; Test function notes |
Bill Wendling | 9864a65 | 2012-10-09 20:11:19 +0000 | [diff] [blame] | 2 | ; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "Attributes 'noinline and alwaysinline' are incompatible" |
Devang Patel | 221fe42 | 2008-09-29 20:49:50 +0000 | [diff] [blame] | 3 | define void @fn1() alwaysinline noinline { |
Devang Patel | cc4d6ce | 2008-09-02 20:58:16 +0000 | [diff] [blame] | 4 | ret void |
5 | } | ||||
6 |