* Add getPrimitiveSize method
authorChris Lattner <sabre@nondot.org>
Mon, 6 May 2002 16:12:53 +0000 (16:12 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 6 May 2002 16:12:53 +0000 (16:12 +0000)
commit4dedcb267039c3a8b0d611583a2d77321159f512
tree7369742e572499e31457f62cc587b9a3c490188d
parent79a31b1782c0f9a3b84768d299232aa538a95bcd
* Add getPrimitiveSize method
* Remove isPointerType, isMethodType, etc... methods.  Use isa<> instead
* Added specialization of isa for pointer types so that DerivedTypes.h doesn't
  have to be #included to use isa<PointerType>(..)

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