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 | 78fd5d7f9568dda402421f7a5d17c7f27b35dffc (patch) | |
| tree | 7f0191ac0c43b49ab988c4b8fb6c9df8465e0fce /llvm | |
| parent | 6c9861be68f01056490af9fe3369958ccb7d0ff9 (diff) | |
| download | bcm5719-llvm-78fd5d7f9568dda402421f7a5d17c7f27b35dffc.tar.gz bcm5719-llvm-78fd5d7f9568dda402421f7a5d17c7f27b35dffc.zip | |
Doxygenify comments.
llvm-svn: 11014
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Analysis/LoopInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Analysis/LoopInfo.h b/llvm/include/llvm/Analysis/LoopInfo.h index 52339f44ea5..aba4454a48c 100644 --- a/llvm/include/llvm/Analysis/LoopInfo.h +++ b/llvm/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. |

