[llvm-commits] CVS: reopt/lib/TraceToFunction/TraceToFunction.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Mon Dec 6 01:09:48 PST 2004
Changes in directory reopt/lib/TraceToFunction:
TraceToFunction.cpp updated: 1.87 -> 1.88
---
Log message:
Update a couple of doxygen comments.
---
Diffs of the changes: (+3 -3)
Index: reopt/lib/TraceToFunction/TraceToFunction.cpp
diff -u reopt/lib/TraceToFunction/TraceToFunction.cpp:1.87 reopt/lib/TraceToFunction/TraceToFunction.cpp:1.88
--- reopt/lib/TraceToFunction/TraceToFunction.cpp:1.87 Tue Oct 26 15:08:20 2004
+++ reopt/lib/TraceToFunction/TraceToFunction.cpp Mon Dec 6 03:09:38 2004
@@ -561,8 +561,6 @@
/// buildFLIMap - Removes any FLI blocks which ended up in the trace, and
/// identifies the source and sink BasicBlocks of all FLI-instrumented
/// back-edges. Information about FLI edges is stored in the FLIMap.
-/// Information about FLI sinks that could end up in the middle of the trace
-/// is stored in the AlternateEntryPoints set.
///
void TraceFunctionBuilder::buildFLIMap (Trace &T, FLIMapTy &FLIMap) {
Function *F = T.getFunction ();
@@ -585,7 +583,9 @@
}
}
-// Fill in b with all the (possible) alternate entry points into T.
+/// findAlternateEntryPoints - Fill in b with all the (possible) alternate
+/// entry points into T.
+///
void TraceFunctionBuilder::findAlternateEntryPoints (Trace &T,
std::vector<BasicBlock *> &b) {
for (Trace::iterator TI = T.begin (), TE = T.end(); TI != TE; ++TI) {
More information about the llvm-commits
mailing list