mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
ARM: Remove unused variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179001 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
59889f7f49
commit
7fba6cd3d0
@ -926,13 +926,11 @@ bool Thumb2SizeReduce::ReduceMBB(MachineBasicBlock &MBB) {
|
||||
HighLatencyCPSR = false;
|
||||
|
||||
// Check predecessors for the latest CPSRDef.
|
||||
bool HasBackEdges = false;
|
||||
for (MachineBasicBlock::pred_iterator
|
||||
I = MBB.pred_begin(), E = MBB.pred_end(); I != E; ++I) {
|
||||
const MBBInfo &PInfo = BlockInfo[(*I)->getNumber()];
|
||||
if (!PInfo.Visited) {
|
||||
// Since blocks are visited in RPO, this must be a back-edge.
|
||||
HasBackEdges = true;
|
||||
continue;
|
||||
}
|
||||
if (PInfo.HighLatencyCPSR) {
|
||||
|
Loading…
Reference in New Issue
Block a user