commit | 2a3c20bf269c3adef88e16902c041819eea04183 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Sep 11 06:36:33 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Sep 11 06:36:33 2009 +0000 |
tree | 167f56d47e220a91ea12162ca7d6c0b347bc9c87 | |
parent | 3e6bf2de16525a306998658ecf136f9dce316341 [diff] |
change FnStubs from being a StringMap<std::string> to being a much more efficient SmallPtrSet<MCSymbol*>. This eliminates string craziness and fixes CodeGen/X86/darwin-quote.ll with the new asmprinter. Codegen is producing stubs in a nondeterminstic order, but it was doing this before anyway. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81511 91177308-0d34-0410-b5e6-96231b3b80d8