diff options
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-08-06 17:36:08 +0000 |
|---|---|---|
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-08-06 17:36:08 +0000 |
| commit | 04642a4972135e869615ab12c5debcf7a9956016 (patch) | |
| tree | 3a3dc906bf422918a3d2a30348862dafccbbaa14 /llvm/lib/CodeGen/CallingConvLower.cpp | |
| parent | b481bdfec4a44885e779e857c921b4111d941132 (diff) | |
| download | bcm5719-llvm-04642a4972135e869615ab12c5debcf7a9956016.tar.gz bcm5719-llvm-04642a4972135e869615ab12c5debcf7a9956016.zip | |
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 'llvm/lib/CodeGen/CallingConvLower.cpp')
0 files changed, 0 insertions, 0 deletions

