[llvm-commits] CVS: llvm/lib/Transforms/Utils/LoopExtractor.cpp
Misha Brukman
brukman at cs.uiuc.edu
Mon Mar 1 18:33:03 PST 2004
Changes in directory llvm/lib/Transforms/Utils:
LoopExtractor.cpp updated: 1.2 -> 1.3
---
Log message:
Make a note that this is usually used via bugpoint.
---
Diffs of the changes: (+2 -3)
Index: llvm/lib/Transforms/Utils/LoopExtractor.cpp
diff -u llvm/lib/Transforms/Utils/LoopExtractor.cpp:1.2 llvm/lib/Transforms/Utils/LoopExtractor.cpp:1.3
--- llvm/lib/Transforms/Utils/LoopExtractor.cpp:1.2 Fri Feb 27 21:37:58 2004
+++ llvm/lib/Transforms/Utils/LoopExtractor.cpp Mon Mar 1 18:19:09 2004
@@ -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.
//
//===----------------------------------------------------------------------===//
@@ -57,8 +58,6 @@
return Changed;
}
-
-
} // End anonymous namespace
More information about the llvm-commits
mailing list