start refactoring the .ll printer: introduce a new TypePrinting class
authorChris Lattner <sabre@nondot.org>
Sat, 28 Feb 2009 20:25:14 +0000 (20:25 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Feb 2009 20:25:14 +0000 (20:25 +0000)
commit9cc3446e570f71e8f55c8db2ca2ce580ad54d607
tree6fe860020277210fa4d98a2196a8274725105709
parentbc31caf2e70ef106dd815f1961f16ac34b2b2e81
start refactoring the .ll printer: introduce a new TypePrinting class
and move all related stuff to it.

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