diff options
author | Lang Hames <lhames@gmail.com> | 2012-03-27 19:10:45 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2012-03-27 19:10:45 +0000 |
commit | 5f46eb157e58df285e1a0a7ce6ff1c9ed972bf65 (patch) | |
tree | 5019973be28d3757246c4260ee0e3109111afb1d /lib/Transforms/Utils/ModuleUtils.cpp | |
parent | 95f95a783f9acf822a58132851016c953a2ef1f7 (diff) |
Use a SmallVector and linear lookup instead of a DenseSet - SourceMap values
will always be tiny sets, so DenseSet is overkill (SmallSet won't work as we
need iteration support).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153529 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/ModuleUtils.cpp')
0 files changed, 0 insertions, 0 deletions