* Method::getType should return type cast as MethodType, eliminate getMethodType
authorChris Lattner <sabre@nondot.org>
Mon, 10 Sep 2001 20:06:17 +0000 (20:06 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 10 Sep 2001 20:06:17 +0000 (20:06 +0000)
commitbe07811cd0469e55ceecbe413639acaef49ceefd
tree5b10029085ced4d73f5a1d18ff9a40f366094a03
parent746e0014a6c59f285ffefc30c722ef2cf69eb95d
* Method::getType should return type cast as MethodType, eliminate getMethodType
* Make Type::*Ty not be const types
* Add a new Type.def file to provide info about types
* Add a full complement of casting methods to the Type class

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@533 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Function.h
include/llvm/Type.def [new file with mode: 0644]
include/llvm/Type.h