diff --git a/include/llvm/Analysis/LoopInfo.h b/include/llvm/Analysis/LoopInfo.h index 52339f44ea5..aba4454a48c 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.