blob: 7b9446baac071c0f62116562be6fb713906109b9 [file] [log] [blame]
Dan Gohmanda594cf2009-09-09 00:09:15 +00001; RUN: llc < %s -march=ppc32 | not grep fmr
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
Tanya Lattner5ebaf3b2008-02-19 08:07:33 +00003define double @test(float %F) {
4 %F.upgrd.1 = fpext float %F to double ; <double> [#uses=1]
5 ret double %F.upgrd.1
Dan Gohmanf17a25c2007-07-18 16:29:46 +00006}
Tanya Lattner5ebaf3b2008-02-19 08:07:33 +00007