mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Fix count.
llvm-svn: 132749
This commit is contained in:
parent
c96d74d84e
commit
e987e93aa0
@ -247,7 +247,6 @@ bool TailDuplicatePass::TailDuplicateBlocks(MachineFunction &MF) {
|
||||
}
|
||||
}
|
||||
|
||||
NumAddedPHIs += NewPHIs.size();
|
||||
SSAUpdateVRs.clear();
|
||||
SSAUpdateVals.clear();
|
||||
}
|
||||
@ -273,6 +272,7 @@ bool TailDuplicatePass::TailDuplicateBlocks(MachineFunction &MF) {
|
||||
MadeChange = true;
|
||||
}
|
||||
}
|
||||
NumAddedPHIs += NewPHIs.size();
|
||||
|
||||
return MadeChange;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user