mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 21:18:19 +00:00
Remove several unused variables.
Patch by Alp Toker. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191757 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -638,8 +638,6 @@ bothUsedInPHI(const MachineBasicBlock &A,
|
||||
|
||||
bool
|
||||
TailDuplicatePass::canCompletelyDuplicateBB(MachineBasicBlock &BB) {
|
||||
SmallPtrSet<MachineBasicBlock*, 8> Succs(BB.succ_begin(), BB.succ_end());
|
||||
|
||||
for (MachineBasicBlock::pred_iterator PI = BB.pred_begin(),
|
||||
PE = BB.pred_end(); PI != PE; ++PI) {
|
||||
MachineBasicBlock *PredBB = *PI;
|
||||
|
||||
Reference in New Issue
Block a user