* Make Module::getTypeName const
authorChris Lattner <sabre@nondot.org>
Wed, 31 Dec 2003 07:09:33 +0000 (07:09 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 31 Dec 2003 07:09:33 +0000 (07:09 +0000)
commit6d28a268c32860e76efc85cd2ab59176601b23c6
tree5c06cbdb6b2e5d2e463b7e72bf2454cc5d18b6a8
parent69284b03d1dc7ebdc2ce22f65afe5ef04cc01cf4
* Make Module::getTypeName const
* Add new Module::getTypeByName method
* Group methods in Module.cpp better

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10668 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Module.h
lib/VMCore/Module.cpp