switch HiddenGVStubs to be a DenseMap instead of a string map, mirroring FnStubs...
commit67e71746b1a96204a9f43688df0115f6fc731bfe
authorChris Lattner <sabre@nondot.org>
Fri, 11 Sep 2009 07:03:20 +0000 (11 07:03 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 11 Sep 2009 07:03:20 +0000 (11 07:03 +0000)
treec07ed6aa0b2cf20c4b214f9804e7f5ad5bb782b4
parentd17abcab0f6c1ccf446a4447a269d1b2709700f8
switch HiddenGVStubs to be a DenseMap instead of a string map, mirroring FnStubs and GVStubs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81514 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.h
lib/Target/X86/AsmPrinter/X86MCInstLower.cpp