projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ead9eb7
)
Doxygenify comments.
author
Misha Brukman
<brukman+llvm@gmail.com>
Fri, 30 Jan 2004 17:22:50 +0000
(17:22 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Fri, 30 Jan 2004 17:22:50 +0000
(17:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11014
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Analysis/LoopInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/LoopInfo.h
b/include/llvm/Analysis/LoopInfo.h
index 52339f44ea5dd23a8bfc408a0e348e8065d30bf7..aba4454a48c7ad8fe2c19aaa4e02e5fc735244a5 100644
(file)
--- 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.