1; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep fmr2 3define double @test(float %F) {4 %F.upgrd.1 = fpext float %F to double ; <double> [#uses=1]5 ret double %F.upgrd.16}7 8