diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-01-30 17:22:50 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-01-30 17:22:50 +0000 |
commit | fbdf4bf1799bf9ea566fc0fc0507752590a6d559 (patch) | |
tree | 062b572210f8ff69398304b41e26d330a98fd13d | |
parent | ead9eb75d7e0dcda3de2651778b0feb15ef9392c (diff) |
Doxygenify comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11014 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Analysis/LoopInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Analysis/LoopInfo.h b/include/llvm/Analysis/LoopInfo.h index 52339f44ea..aba4454a48 100644 --- a/include/llvm/Analysis/LoopInfo.h +++ b/include/llvm/Analysis/LoopInfo.h @@ -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. |