Devang Patel | 9018f56 | 2008-09-02 20:58:16 +0000 | [diff] [blame] | 1 | ; Test function notes |
Dan Gohman | fea1dd0 | 2009-08-25 15:38:29 +0000 | [diff] [blame] | 2 | ; RUN: not llvm-as %s -o /dev/null |& 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 |