Devang Patel | f8c0e5b | 2008-09-02 20:58:16 +0000 | [diff] [blame] | 1 | ; Test function notes |
Dan Gohman | 2d65d35 | 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 | cd84248 | 2008-09-29 20:49:50 +0000 | [diff] [blame] | 3 | define void @fn1() alwaysinline noinline { |
Devang Patel | f8c0e5b | 2008-09-02 20:58:16 +0000 | [diff] [blame] | 4 | ret void |
5 | } | ||||
6 |