eliminate the horrid AsmPrinter::getGlobalLinkName method, inlining
authorChris Lattner <sabre@nondot.org>
Wed, 16 Sep 2009 00:08:41 +0000 (00:08 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 16 Sep 2009 00:08:41 +0000 (00:08 +0000)
commit334fd1f259b3e8aaf83cf0d40f74af5b209770e6
tree41139ea036200a44e0739afc58707eba3414bbbd
parent58665d47aea69875c433fb039c8f10106abc1cee
eliminate the horrid AsmPrinter::getGlobalLinkName method, inlining
it into all of its call sites and simplifying them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81962 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfException.cpp