diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2015-08-04 13:39:30 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2015-08-04 13:39:30 +0000 |
commit | b89951457de7f5ba4e23fd1dc2d5c5a4aedf461d (patch) | |
tree | 9169e84f182a8b4596810d147d26eab673a8222b /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | c9ba1bd20a7d861feb3a3dd7bbe277c6646ebf47 (diff) | |
download | llvm-b89951457de7f5ba4e23fd1dc2d5c5a4aedf461d.zip llvm-b89951457de7f5ba4e23fd1dc2d5c5a4aedf461d.tar.gz llvm-b89951457de7f5ba4e23fd1dc2d5c5a4aedf461d.tar.bz2 |
Remove SymbolTable::getChunks.
When we were using a std::sort over all the chunks we needed to put them in a
single storage.
Now that we just iterate over them and use a map to find the output section,
we can avoid allocating the temporary storage.
llvm-svn: 243980
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions