Doxygenify comments.

llvm-svn: 11014
This commit is contained in:
Misha Brukman 2004-01-30 17:22:50 +00:00
parent 6c9861be68
commit 78fd5d7f95
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ public:
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.