pull calcTypeName into TypePrinting class, make its type stack
authorChris Lattner <sabre@nondot.org>
Sat, 28 Feb 2009 20:34:19 +0000 (20:34 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Feb 2009 20:34:19 +0000 (20:34 +0000)
commitb840cace77b2c6afe9106698b1cb003a04e53b41
treecefb3e9de8809f2a0433843ee212ab4b61978776
parentb1b9d91a390f805e0687dff81fdea653cc8cadde
pull calcTypeName into TypePrinting class, make its type stack
be a smallvector instead of vector.

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