blob: fa8d5d87dfca374ae3f08085fcc6bd5e9a1b4da5 [file] [log] [blame]
Dan Gohmanc8054d92009-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 Cheng7dae88d2009-08-14 20:48:13 +00003
Rafael Espindola29dda212010-06-17 15:18:27 +00004define void @t() nounwind readnone {
Evan Cheng7dae88d2009-08-14 20:48:13 +00005 ret void
6}