- Add new ctor to BasicBlock to allow insertion before any BB, not just at
authorChris Lattner <sabre@nondot.org>
Thu, 26 Sep 2002 05:03:22 +0000 (05:03 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 26 Sep 2002 05:03:22 +0000 (05:03 +0000)
commit0a1a874d1f4659f02c0d4fdd6be69f1188bd0625
tree76d89005e7fcd3a1e87b7641712fb9b44c464732
parent5cf816b09ed320a440d7dfcfac0d695d49947897
  - Add new ctor to BasicBlock to allow insertion before any BB, not just at
    the end of the function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3934 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/BasicBlock.cpp