BasicBlock::getContext can no longer return a NULL so update the doc.

llvm-svn: 79432
This commit is contained in:
Erick Tryzelaar 2009-08-19 17:40:05 +00:00
parent be86e9fd9a
commit a5fbf27bc8
1 changed files with 1 additions and 2 deletions

View File

@ -86,8 +86,7 @@ private:
explicit BasicBlock(LLVMContext &C, const Twine &Name = "",
Function *Parent = 0, BasicBlock *InsertBefore = 0);
public:
/// getContext - Get the context in which this basic block lives,
/// or null if it is not currently attached to a function.
/// getContext - Get the context in which this basic block lives.
LLVMContext &getContext() const;
/// Instruction iterators...