Delete the BasicBlock ctor that only takes a BasicBlock to insert before. This
authorChris Lattner <sabre@nondot.org>
Wed, 4 Feb 2004 03:57:34 +0000 (03:57 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 4 Feb 2004 03:57:34 +0000 (03:57 +0000)
commit3fb57b691d21e582ed18ffe6477e8f5548b4ad6a
tree916a911782f87ecf907ec55dbbd6f8bd1f0f248a
parent3b332fd37660a5ff91c183cb3a23e18e267b8b08
Delete the BasicBlock ctor that only takes a BasicBlock to insert before.  This
fails when the basic block points to the function->end.  Instead, require that
the client pass in the function AND the basicblock to insert into.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11112 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/BasicBlock.h