Make a note that this is usually used via bugpoint.

llvm-svn: 12068
This commit is contained in:
Misha Brukman 2004-03-02 00:19:09 +00:00
parent a6025e6480
commit f272f9b3d5
1 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,8 @@
//
// A pass wrapper around the ExtractLoop() scalar transformation to extract each
// top-level loop into its own new function. If the loop is the ONLY loop in a
// given function, it is not touched.
// given function, it is not touched. This is a pass most useful for debugging
// via bugpoint.
//
//===----------------------------------------------------------------------===//
@ -58,8 +59,6 @@ bool LoopExtractor::runOnFunction(Function &F) {
return Changed;
}
} // End anonymous namespace
/// createLoopExtractorPass