2009-09-09 08:09:15 +08:00
|
|
|
; RUN: llc < %s -mtriple=thumbv7-apple-darwin -disable-fp-elim | not grep mov
|
|
|
|
; RUN: llc < %s -mtriple=thumbv7-linux -disable-fp-elim | not grep mov
|
2009-08-15 04:48:13 +08:00
|
|
|
|
|
|
|
define arm_apcscc void @t() nounwind readnone {
|
|
|
|
ret void
|
|
|
|
}
|