use cascading operator-> feature

llvm-svn: 109104
This commit is contained in:
Gabor Greif 2010-07-22 13:49:27 +00:00
parent dde79d8f1a
commit 1a2da423c9
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}