summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/LoopExtractor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Right, it's really Extractor, not Extraction.Misha Brukman2004-02-281-2/+2
| | | | llvm-svn: 11939
* A pass that uses the generic CodeExtractor to rip out *every* loop in everyMisha Brukman2004-02-281-0/+69
function, as long as the loop isn't the only one in that function. This should help debugging passes easier with BugPoint. llvm-svn: 11936
OpenPOWER on IntegriCloud