blob: fa8d5d87dfca374ae3f08085fcc6bd5e9a1b4da5 [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
Rafael Espindola1e819662010-06-17 15:18:27 +00004define void @t() nounwind readnone {
Evan Cheng98a01042009-08-14 20:48:13 +00005 ret void
6}