mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +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:
parent
ead9eb75d7
commit
fbdf4bf179
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user