mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 15:17:25 +00:00
Fix msc17 build. RegionInfo::RegionInfo::recalculate() doesn't make sense.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213466 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -91,10 +91,8 @@ void RegionInfo::updateStatistics(Region *R) {
|
|||||||
++numSimpleRegions;
|
++numSimpleRegions;
|
||||||
}
|
}
|
||||||
|
|
||||||
void RegionInfo::RegionInfo::recalculate(Function &F,
|
void RegionInfo::recalculate(Function &F, DominatorTree *DT_,
|
||||||
DominatorTree *DT_,
|
PostDominatorTree *PDT_, DominanceFrontier *DF_) {
|
||||||
PostDominatorTree *PDT_,
|
|
||||||
DominanceFrontier *DF_) {
|
|
||||||
DT = DT_;
|
DT = DT_;
|
||||||
PDT = PDT_;
|
PDT = PDT_;
|
||||||
DF = DF_;
|
DF = DF_;
|
||||||
|
|||||||
Reference in New Issue
Block a user