mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Doxygenify comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11014 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -54,6 +54,7 @@ public:
|
|||||||
Loop *getParentLoop() const { return ParentLoop; }
|
Loop *getParentLoop() const { return ParentLoop; }
|
||||||
|
|
||||||
/// contains - Return true of the specified basic block is in this loop
|
/// contains - Return true of the specified basic block is in this loop
|
||||||
|
///
|
||||||
bool contains(const BasicBlock *BB) const;
|
bool contains(const BasicBlock *BB) const;
|
||||||
|
|
||||||
/// iterator/begin/end - Return the loops contained entirely within this loop.
|
/// iterator/begin/end - Return the loops contained entirely within this loop.
|
||||||
|
Reference in New Issue
Block a user