diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2015-04-17 13:52:08 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2015-04-17 13:52:08 +0000 |
commit | 73d2749a18157a8ce7bbfcf670d43739515815a6 (patch) | |
tree | 34bafaed4f61faf3f384791e9b68da68ab649ae5 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | a4ff7b2713985260a768be2d129bae4d4ba3f6a2 (diff) | |
download | bcm5719-llvm-73d2749a18157a8ce7bbfcf670d43739515815a6.tar.gz bcm5719-llvm-73d2749a18157a8ce7bbfcf670d43739515815a6.zip |
[clang-tidy] Remove static StringSet in favor of binary search.
The number of strings is so small that performance doesn't matter and adding
the thread safe static initialization and destruction overhead is just not
worth it. No functional change intended.
llvm-svn: 235192
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions