Move some methods around. Refactor the parts of TypeMap that do not depend
authorChris Lattner <sabre@nondot.org>
Sun, 13 Nov 2005 03:14:09 +0000 (03:14 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 13 Nov 2005 03:14:09 +0000 (03:14 +0000)
commitcfe822728fe2ce1d53a07018f160f010fd133aad
tree850f9418ae3b5efde6aaf97a42bb6585116c8664
parent1c6a80d31cc75a74f2ce075749c33f1b78e3fab6
Move some methods around.  Refactor the parts of TypeMap that do not depend
on its template arguments into a base class so that the code isn't duplicated
5 times.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24343 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Type.cpp