aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/RegionPass.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-05-05Minor change: Fix the typo in RegionPass.h and RegionPass.cpp.Hongbin Zheng1-1/+1
llvm-svn: 130920
2010-12-12Remove useless dynamic_cast<>().Tobias Grosser1-2/+1
Thanks Peter for pointing me to something that should have never been committed to the llvm code base. llvm-svn: 121648
2010-10-20Add RegionPass support.Tobias Grosser1-0/+276
A RegionPass is executed like a LoopPass but on the regions detected by the RegionInfo pass instead of the loops detected by the LoopInfo pass. llvm-svn: 116905