Skip to content

Commit 4b2274a

Browse files
committed
[TargetLowering] Remove unused variable. NFC.
1 parent 6bc000c commit 4b2274a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2598,7 +2598,6 @@ bool TargetLowering::SimplifyDemandedBits(
25982598
}
25992599
case ISD::TRUNCATE: {
26002600
SDValue Src = Op.getOperand(0);
2601-
SDNodeFlags Flags = Op->getFlags();
26022601

26032602
// Simplify the input, using demanded bit information, and compute the known
26042603
// zero/one bits live out.

0 commit comments

Comments
 (0)