mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 22:00:58 +00:00
NFC: remove unused variable
D55768 removed its use. llvm-svn: 349377
This commit is contained in:
parent
6a66ba68a4
commit
b6823760a4
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user