forked from OSchip/llvm-project
BasicBlock::getContext can no longer return a NULL so update the doc.
llvm-svn: 79432
This commit is contained in:
parent
be86e9fd9a
commit
a5fbf27bc8
|
@ -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...
|
||||
|
|
Loading…
Reference in New Issue