blob: 7b9446baac071c0f62116562be6fb713906109b9 [file] [log] [blame]
Dan Gohmanc8054d92009-09-09 00:09:15 +00001; RUN: llc < %s -march=ppc32 | not grep fmr
Chris Lattnerbb6211b2005-10-07 04:59:41 +00002
Tanya Lattnera99d8b52008-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
Chris Lattnerbb6211b2005-10-07 04:59:41 +00006}
Tanya Lattnera99d8b52008-02-19 08:07:33 +00007