projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5166cc
)
MachineRegionInfo.cpp: Another fix on MachineRegionInfo::MachineRegionInfo::recalcula...
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Sun, 20 Jul 2014 11:14:55 +0000
(11:14 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Sun, 20 Jul 2014 11:14:55 +0000
(11:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213476
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/MachineRegionInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/MachineRegionInfo.cpp
b/lib/CodeGen/MachineRegionInfo.cpp
index 54b2eb44298ee82940b0b8d7edc6ce0607e0bc3c..c6b6802b0eb1b80d6e3ba1a1614b240e190e86f3 100644
(file)
--- a/
lib/CodeGen/MachineRegionInfo.cpp
+++ b/
lib/CodeGen/MachineRegionInfo.cpp
@@
-49,11
+49,10
@@
void MachineRegionInfo::updateStatistics(MachineRegion *R) {
++numMachineSimpleRegions;
}
-void MachineRegionInfo::MachineRegionInfo::recalculate(
- MachineFunction &F,
- MachineDominatorTree *DT_,
- MachinePostDominatorTree *PDT_,
- MachineDominanceFrontier *DF_) {
+void MachineRegionInfo::recalculate(MachineFunction &F,
+ MachineDominatorTree *DT_,
+ MachinePostDominatorTree *PDT_,
+ MachineDominanceFrontier *DF_) {
DT = DT_;
PDT = PDT_;
DF = DF_;