diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-04-19 23:59:13 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-04-19 23:59:13 +0000 |
commit | 3eef9d180dbc9458f96f3e0f6a79fdee56bb8aae (patch) | |
tree | 4671cecedc27ad0ddbb8e8be595b512243b998ed /libcxx/test/std/utilities/function.objects/func.require/invoke_helpers.h | |
parent | 029a0567fa9f2e280a1ff7641bfe0c5a87f14922 (diff) | |
download | bcm5719-llvm-3eef9d180dbc9458f96f3e0f6a79fdee56bb8aae.tar.gz bcm5719-llvm-3eef9d180dbc9458f96f3e0f6a79fdee56bb8aae.zip |
IR: Use std::vector instead of SmallPtrSet for distinct nodes, NFC
We never use the set-ness of SmallPtrSet for distinct nodes. Eventually
we may start garbage-collecting or reference-counting nodes (in which
cases we'd want to remove things from this collection, and a fast erase
would be valuable), but in the meantime a vector is sufficient.
llvm-svn: 266835
Diffstat (limited to 'libcxx/test/std/utilities/function.objects/func.require/invoke_helpers.h')
0 files changed, 0 insertions, 0 deletions