mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-13 17:38:39 +00:00
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16077 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ca5d1c378c
commit
81bc6e377e
@ -102,7 +102,6 @@ void LiveVariables::HandleVirtRegUse(VarInfo &VRInfo, MachineBasicBlock *MBB,
|
|||||||
VRInfo.Kills.push_back(MI);
|
VRInfo.Kills.push_back(MI);
|
||||||
|
|
||||||
// Update all dominating blocks to mark them known live.
|
// Update all dominating blocks to mark them known live.
|
||||||
const BasicBlock *BB = MBB->getBasicBlock();
|
|
||||||
for (MachineBasicBlock::const_pred_iterator PI = MBB->pred_begin(),
|
for (MachineBasicBlock::const_pred_iterator PI = MBB->pred_begin(),
|
||||||
E = MBB->pred_end(); PI != E; ++PI)
|
E = MBB->pred_end(); PI != E; ++PI)
|
||||||
MarkVirtRegAliveInBlock(VRInfo, *PI);
|
MarkVirtRegAliveInBlock(VRInfo, *PI);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user