mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-23 12:40:17 +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:
parent
8f64ffd8f1
commit
06bc9c4663
@ -91,10 +91,8 @@ void RegionInfo::updateStatistics(Region *R) {
|
||||
++numSimpleRegions;
|
||||
}
|
||||
|
||||
void RegionInfo::RegionInfo::recalculate(Function &F,
|
||||
DominatorTree *DT_,
|
||||
PostDominatorTree *PDT_,
|
||||
DominanceFrontier *DF_) {
|
||||
void RegionInfo::recalculate(Function &F, DominatorTree *DT_,
|
||||
PostDominatorTree *PDT_, DominanceFrontier *DF_) {
|
||||
DT = DT_;
|
||||
PDT = PDT_;
|
||||
DF = DF_;
|
||||
|
Loading…
Reference in New Issue
Block a user