When printing out a function, make sure that local and global symbols
authorChris Lattner <sabre@nondot.org>
Sun, 5 Dec 2004 06:44:09 +0000 (06:44 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Dec 2004 06:44:09 +0000 (06:44 +0000)
commit333529e6be764aa1e4f83eb25817407a758f37c8
tree23e823eddf22a942212edf04e1081af3a72dedb0
parentcaa4ae7c3fcbb69081eb1556d2c5fbaa21202b39
When printing out a function, make sure that local and global symbols
don't conflict.  This fixes Assembler/2004-12-05-LocalGlobalSymtabConflict.ll

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