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