mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
Remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160040 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b6e89f0471
commit
a67306d21f
@ -1127,8 +1127,6 @@ void SelectionDAGLegalize::LegalizeOp(SDNode *Node) {
|
||||
if (Node->getOpcode() == ISD::TargetConstant) // Allow illegal target nodes.
|
||||
return;
|
||||
|
||||
DebugLoc dl = Node->getDebugLoc();
|
||||
|
||||
for (unsigned i = 0, e = Node->getNumValues(); i != e; ++i)
|
||||
assert(TLI.getTypeAction(*DAG.getContext(), Node->getValueType(i)) ==
|
||||
TargetLowering::TypeLegal &&
|
||||
|
Loading…
Reference in New Issue
Block a user