Commit 76291e11 authored by Craig Topper's avatar Craig Topper
Browse files

[X86] Drop an unneeded FIXME. NFC

The extload on X87 is free.
parent 57eb56b8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -19395,7 +19395,6 @@ SDValue X86TargetLowering::LowerUINT_TO_FP(SDValue Op,
  FudgePtr = DAG.getNode(ISD::ADD, dl, PtrVT, FudgePtr, Offset);
  // Load the value out, extending it from f32 to f80.
  // FIXME: Avoid the extend by constructing the right constant pool?
  SDValue Fudge = DAG.getExtLoad(
      ISD::EXTLOAD, dl, MVT::f80, Chain, FudgePtr,
      MachinePointerInfo::getConstantPool(DAG.getMachineFunction()), MVT::f32,