[X86] Remove unused variable.

llvm-svn: 319239
This commit is contained in:
Craig Topper 2017-11-28 22:28:23 +00:00
parent ceb15e8a51
commit ab9bfc904b
1 changed files with 0 additions and 1 deletions

View File

@ -36061,7 +36061,6 @@ static SDValue combineUIntToFP(SDNode *N, SelectionDAG &DAG,
EVT VT = N->getValueType(0);
EVT InVT = Op0.getValueType();
EVT InSVT = InVT.getScalarType();
const TargetLowering &TLI = DAG.getTargetLoweringInfo();
// UINT_TO_FP(vXi8) -> SINT_TO_FP(ZEXT(vXi8 to vXi32))
// UINT_TO_FP(vXi16) -> SINT_TO_FP(ZEXT(vXi16 to vXi32))