From 78fd5d7f9568dda402421f7a5d17c7f27b35dffc Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 30 Jan 2004 17:22:50 +0000 Subject: [PATCH] Doxygenify comments. llvm-svn: 11014 --- llvm/include/llvm/Analysis/LoopInfo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/include/llvm/Analysis/LoopInfo.h b/llvm/include/llvm/Analysis/LoopInfo.h index 52339f44ea5d..aba4454a48c7 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.