delete a bunch of duplicated type printing logic, using the type printing
authorChris Lattner <sabre@nondot.org>
Sat, 28 Feb 2009 23:01:57 +0000 (23:01 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Feb 2009 23:01:57 +0000 (23:01 +0000)
commitae3042316fe868e1074c15d61804df0900ddc08a
treebdc8e7c319ccc316b55bc6992374a8d27f4ec737
parent8ab55b747d03f278c7cbed6ddb5b1378b97281f8
delete a bunch of duplicated type printing logic, using the type printing
stuff in AsmWriter.cpp for Type::getDescription().

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