diff options
author | Florian Hahn <florian.hahn@arm.com> | 2018-06-16 12:36:19 +0000 |
---|---|---|
committer | Florian Hahn <florian.hahn@arm.com> | 2018-06-16 12:36:19 +0000 |
commit | 18714d6a7fec65930cd38a666518783397c42c61 (patch) | |
tree | 234d5c823beb28267136d07206a2d4cb69428ece /llvm/utils/lit/tests/shtest-run-at-line.py | |
parent | a505635fdb419a463898de67d82f6ff31c0b95af (diff) | |
download | bcm5719-llvm-18714d6a7fec65930cd38a666518783397c42c61.tar.gz bcm5719-llvm-18714d6a7fec65930cd38a666518783397c42c61.zip |
[SmallSet] Add SmallSetIterator.
This patch adds a simple const_iterator implementation for SmallSet by
delegating to either a SmallVector::const_iterator or
std::set::const_iterator, depending on which storage is used by the
SmallSet.
Reviewers: dblaikie, craig.topper
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D47942
llvm-svn: 334887
Diffstat (limited to 'llvm/utils/lit/tests/shtest-run-at-line.py')
0 files changed, 0 insertions, 0 deletions