the end of the function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3933
91177308-0d34-0410-b5e6-
96231b3b80d8
/// is automatically inserted at the end of the function.
///
BasicBlock(const std::string &Name = "", Function *Parent = 0);
+
+ /// BasicBlock ctor - If the InsertBefore parameter is specified, the basic
+ /// block is automatically inserted right before the specified block.
+ BasicBlock(const std::string &Name, BasicBlock *InsertBefore);
~BasicBlock();
// Specialize setName to take care of symbol table majik