* Finegrainify namespacification
authorChris Lattner <sabre@nondot.org>
Thu, 20 Nov 2003 17:45:12 +0000 (17:45 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 20 Nov 2003 17:45:12 +0000 (17:45 +0000)
commit4b74c8333495c609fa81421df32e46db616672e1
tree1f238f6a4b006f1543946172c52a29e721ad58a4
parentdd56927846f8092cbca6084de584cdc18117b0aa
* Finegrainify namespacification
* Add new constructors to allow insertion of terminator instructions at the
  end of basic blocks.
* 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@10107 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/InstrTypes.cpp
lib/VMCore/Instruction.cpp
lib/VMCore/iBranch.cpp
lib/VMCore/iCall.cpp
lib/VMCore/iOperators.cpp
lib/VMCore/iSwitch.cpp