Modified calcTypeName() so that it does not allocate a std::string for
authorJohn Criswell <criswell@uiuc.edu>
Tue, 1 Jun 2004 14:54:08 +0000 (14:54 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 1 Jun 2004 14:54:08 +0000 (14:54 +0000)
commit4ff620a867b7fcd13fb641c4ea872bd9be4b7b71
treead8c6b37aa9508f2a67de6ad55f1d9bff7093d91
parentce52b7e45233d087b948e5443923aff58b7801b0
Modified calcTypeName() so that it does not allocate a std::string for
every recursive call.
This makes it more robust for deeply nested, unnamed types.

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