[llvm-commits] CVS: llvm/include/llvm/Analysis/LoopInfo.h
Misha Brukman
brukman at cs.uiuc.edu
Fri Jan 30 11:24:03 PST 2004
Changes in directory llvm/include/llvm/Analysis:
LoopInfo.h updated: 1.30 -> 1.31
---
Log message:
Doxygenify comments.
---
Diffs of the changes: (+1 -0)
Index: llvm/include/llvm/Analysis/LoopInfo.h
diff -u llvm/include/llvm/Analysis/LoopInfo.h:1.30 llvm/include/llvm/Analysis/LoopInfo.h:1.31
--- llvm/include/llvm/Analysis/LoopInfo.h:1.30 Wed Jan 7 18:08:22 2004
+++ llvm/include/llvm/Analysis/LoopInfo.h Fri Jan 30 11:22:50 2004
@@ -54,6 +54,7 @@
Loop *getParentLoop() const { return ParentLoop; }
/// contains - Return true of the specified basic block is in this loop
+ ///
bool contains(const BasicBlock *BB) const;
/// iterator/begin/end - Return the loops contained entirely within this loop.
More information about the llvm-commits
mailing list