* Add new constructors to allow insertion of terminator instructions at the
authorChris Lattner <sabre@nondot.org>
Thu, 20 Nov 2003 17:44:37 +0000 (17:44 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 20 Nov 2003 17:44:37 +0000 (17:44 +0000)
commitdd56927846f8092cbca6084de584cdc18117b0aa
treee8a0bdc27c124c1742a47589424ae686c61432a2
parent438e364692130e10e8c4946a656c01883554c47c
* Add new constructors to allow insertion of terminator instructions at the
  end of basic blocks.
* Document some confusing constructor combinations
* Move a ReturnInst method out-of-line, so that the vtable and type info don't
  need to be emitted to every translation unit that uses the class.

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