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:
96f1d8e
)
use cascading operator-> feature
author
Gabor Greif
<ggreif@gmail.com>
Thu, 22 Jul 2010 13:49:27 +0000
(13:49 +0000)
committer
Gabor Greif
<ggreif@gmail.com>
Thu, 22 Jul 2010 13:49:27 +0000
(13:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109104
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/RegionInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/RegionInfo.cpp
b/lib/Analysis/RegionInfo.cpp
index ac0d47c22d436cb285d90ca41339b942fedec19d..eb1ea88b6e4d6c65f4d9c49204dc70d3ff30e94a 100644
(file)
--- a/
lib/Analysis/RegionInfo.cpp
+++ b/
lib/Analysis/RegionInfo.cpp
@@
-478,7
+478,7
@@
void RegionInfo::scanForRegions(Function &F, BBtoBBMap *ShortCut) {
// over the small regions.
for (po_iterator<DomTreeNode*> FI = po_begin(N), FE = po_end(N); FI != FE;
++FI) {
- findRegionsWithEntry(
(*FI)
->getBlock(), ShortCut);
+ findRegionsWithEntry(
FI
->getBlock(), ShortCut);
}
}