mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 04:35:00 +00:00
MachineRegionInfo.cpp: Another fix on MachineRegionInfo::MachineRegionInfo::recalculate() to appease msc17.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213476 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e5166cce67
commit
1d55cc6828
@ -49,8 +49,7 @@ void MachineRegionInfo::updateStatistics(MachineRegion *R) {
|
|||||||
++numMachineSimpleRegions;
|
++numMachineSimpleRegions;
|
||||||
}
|
}
|
||||||
|
|
||||||
void MachineRegionInfo::MachineRegionInfo::recalculate(
|
void MachineRegionInfo::recalculate(MachineFunction &F,
|
||||||
MachineFunction &F,
|
|
||||||
MachineDominatorTree *DT_,
|
MachineDominatorTree *DT_,
|
||||||
MachinePostDominatorTree *PDT_,
|
MachinePostDominatorTree *PDT_,
|
||||||
MachineDominanceFrontier *DF_) {
|
MachineDominanceFrontier *DF_) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user