move type name population out of TypePrinting class into a static
authorChris Lattner <sabre@nondot.org>
Sat, 28 Feb 2009 23:20:19 +0000 (23:20 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Feb 2009 23:20:19 +0000 (23:20 +0000)
commite9fa33eb6629aea72cd59560216bb6a7b8ebc689
tree0b68e3986e808865caf32f0d4b5065b8beb8ffd8
parent87185e82f683cf3c046ddf974513d5a286422f5f
move type name population out of TypePrinting class into a static
AsmWriter.cpp method.

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