NFC: remove unused variable

D55768 removed its use.

llvm-svn: 349377
This commit is contained in:
JF Bastien 2018-12-17 19:03:24 +00:00
parent 6a66ba68a4
commit b6823760a4

View File

@ -1976,7 +1976,6 @@ bool TargetLowering::SimplifyDemandedBitsForTargetNode(
Op.getOpcode() == ISD::INTRINSIC_VOID) &&
"Should use SimplifyDemandedBits if you don't know whether Op"
" is a target node!");
EVT VT = Op.getValueType();
computeKnownBitsForTargetNode(Op, Known, DemandedElts, TLO.DAG, Depth);
return false;
}