aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-08-06 17:36:08 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-08-06 17:36:08 +0000
commit04642a4972135e869615ab12c5debcf7a9956016 (patch)
tree3a3dc906bf422918a3d2a30348862dafccbbaa14 /clang/lib/Frontend/CompilerInvocation.cpp
parentb481bdfec4a44885e779e857c921b4111d941132 (diff)
downloadllvm-04642a4972135e869615ab12c5debcf7a9956016.zip
llvm-04642a4972135e869615ab12c5debcf7a9956016.tar.gz
llvm-04642a4972135e869615ab12c5debcf7a9956016.tar.bz2
UseListOrder: Use std::vector
I initially used a `SmallVector<>` for `UseListOrder::Shuffle`, which was a silly choice. When I realized my error I quickly rolled a custom data structure. This commit simplifies it to a `std::vector<>`. Now that I've had a chance to measure performance, this data structure isn't part of a bottleneck, so the additional complexity is unnecessary. This is part of PR5680. llvm-svn: 214979
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions