Devang Patel | 9018f56 | 2008-09-02 20:58:16 +0000 | [diff] [blame] | 1 | ; Test function notes |
Chandler Carruth | 49589f0 | 2012-07-02 18:37:59 +0000 | [diff] [blame] | 2 | ; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "Attributes noinline alwaysinline are incompatible" |
Devang Patel | 652203f | 2008-09-29 20:49:50 +0000 | [diff] [blame] | 3 | define void @fn1() alwaysinline noinline { |
Devang Patel | 9018f56 | 2008-09-02 20:58:16 +0000 | [diff] [blame] | 4 | ret void |
5 | } | ||||
6 |