eliminate the horrid AsmPrinter::getGlobalLinkName method, inlining
commit5632fabd0a6e1f30e9cbbd6c2b6d3dce6dcc656a
authorChris Lattner <sabre@nondot.org>
Wed, 16 Sep 2009 00:08:41 +0000 (16 00:08 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 16 Sep 2009 00:08:41 +0000 (16 00:08 +0000)
tree41139ea036200a44e0739afc58707eba3414bbbd
parentfe0e2534a5b2b89019a3d0ed2b55b0acb5ae4498
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