simplify "EmitExternalGlobal": it is only used to output a
authorChris Lattner <sabre@nondot.org>
Wed, 15 Jul 2009 01:16:38 +0000 (01:16 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 15 Jul 2009 01:16:38 +0000 (01:16 +0000)
commit0f6c8f25aa96f765f19b555e4d610d5a7557ee95
tree986cfec13184ae7f9d764fc592c1edf756ad9085
parent8f831cbf0d9d1eb7de08d50b5d55ef84fdacba2e
simplify "EmitExternalGlobal": it is only used to output a
reference to the personality function for a module, and
those are all added to the GVStubs array by looping
over MMI->getPersonalities()

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75720 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp