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