blob: c3c8cf1dd141ff39f22972d86088e588e43507a1 [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -mtriple=thumbv7-apple-darwin -disable-fp-elim | not grep mov
2; RUN: llc < %s -mtriple=thumbv7-linux -disable-fp-elim | not grep mov
Evan Cheng98a01042009-08-14 20:48:13 +00003
4define arm_apcscc void @t() nounwind readnone {
5 ret void
6}