Fix bug: test/Regression/CBackend/2002-05-16-NameCollide.ll by tracking
authorChris Lattner <sabre@nondot.org>
Fri, 17 May 2002 04:55:35 +0000 (04:55 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 17 May 2002 04:55:35 +0000 (04:55 +0000)
commit78771c886ad18e01859feb4dab8559ab5db464b9
treedce375dbdfcc61e3c2782e93d779b901a83ee3c9
parent1c1f558695a5fa2a192be136440b0307eceb70b3
Fix bug: test/Regression/CBackend/2002-05-16-NameCollide.ll by tracking
which global variables would have name collisions if they were not mangled,
and use this info to mangle them iff they would collide.

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