Devang Patel | cc4d6ce | 2008-09-02 20:58:16 +0000 | [diff] [blame] | 1 | ; Test function notes |
Dan Gohman | 0d4bbf2 | 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 | 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 |