summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-01-12 01:41:03 +0000
committerBill Wendling <isanbard@gmail.com>2012-01-12 01:41:03 +0000
commit58c7569854e577134bf200b98031de6269e5f2d1 (patch)
tree657ae4cbd39854afd0798130fdd0c19be13d1a4d /llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
parent46831de2400d7185fb5f30fbb141c13338b4c6a8 (diff)
downloadbcm5719-llvm-58c7569854e577134bf200b98031de6269e5f2d1.tar.gz
bcm5719-llvm-58c7569854e577134bf200b98031de6269e5f2d1.zip
A DenseMap of a std::map isn't a very good idea because the "grow()" method will
need to make a deep copy of each of the std::maps. Use a std::map of the std::map instead. This improves the compile time of sqlite3 by ~2%. llvm-svn: 148003
Diffstat (limited to 'llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud