make CalcTypeName take a stream instead of a string to concat onto,
authorChris Lattner <sabre@nondot.org>
Sat, 28 Feb 2009 20:49:40 +0000 (20:49 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 28 Feb 2009 20:49:40 +0000 (20:49 +0000)
commit534361e7e17b34c6ac043a2c8bea626a5e9f1657
treeb1e117c11e0ec2b81e880182f024bf5c6e279461
parenta32c3e4b1d2acf5ab750fa8979f122688ec73573
make CalcTypeName take a stream instead of a string to concat onto,
eliminate redundant opaque handling code.

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