1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00

Fix unused variable warning

llvm-svn: 287889
This commit is contained in:
Simon Pilgrim 2016-11-24 15:24:47 +00:00
parent e74c692f6d
commit 37cfdddc1f

View File

@ -14200,7 +14200,6 @@ static SDValue lowerUINT_TO_FP_vXi32(SDValue Op, SelectionDAG &DAG,
SDValue X86TargetLowering::lowerUINT_TO_FP_vec(SDValue Op,
SelectionDAG &DAG) const {
SDValue N0 = Op.getOperand(0);
MVT VT = Op.getSimpleValueType();
MVT SrcVT = N0.getSimpleValueType();
SDLoc dl(Op);