2008-09-02 20:58:16 +00:00
|
|
|
; Test function notes
|
2009-08-25 15:38:29 +00:00
|
|
|
; RUN: not llvm-as %s -o /dev/null |& grep "Attributes noinline alwaysinline are incompatible"
|
2008-09-29 20:49:50 +00:00
|
|
|
define void @fn1() alwaysinline noinline {
|
2008-09-02 20:58:16 +00:00
|
|
|
ret void
|
|
|
|
}
|
|
|
|
|