Fix the big regression that has been killing the nightly tester these last
authorChris Lattner <sabre@nondot.org>
Fri, 28 May 2004 05:47:27 +0000 (05:47 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 28 May 2004 05:47:27 +0000 (05:47 +0000)
commit9d1af97d02e9a0b985e940e950ed659b812c5f3f
treee864de3517a7e6f8922e5bf207670449853353ef
parentc3fcaea8ac146984a0f4f5986764cb264d91d221
Fix the big regression that has been killing the nightly tester these last
few days.  Apparently the old symbol table used to auto rename collisions in
the type symbol table and the new one does not.  It doesn't really make sense
for the new one to do so, so we just make the client do it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13877 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp