diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2021-08-19 12:15:31 -0400 |
---|---|---|
committer | Louis Dionne <ldionne.2@gmail.com> | 2021-08-19 13:59:57 -0400 |
commit | 475f831b178c917206cc89925c3ee63b2aec088d (patch) | |
tree | 5061435c1f085a32613af5a63f2643d46c696406 /llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp | |
parent | 5fa6039a5fc1b6392a3c9a3326a76604e0cb1001 (diff) | |
download | llvm-475f831b178c917206cc89925c3ee63b2aec088d.zip llvm-475f831b178c917206cc89925c3ee63b2aec088d.tar.gz llvm-475f831b178c917206cc89925c3ee63b2aec088d.tar.bz2 |
[libc++][NFCI] Remove unnecessary exception-throwing base classes
__split_buffer_common was entirely unused, and __deque_base_common
was unused except for two calls to __throw_out_of_range(), which have
been inlined.
The usual intent of the __xxx_base_common base classes is to localize
where the exception-throwing code is instantiated, however that wasn't
the case here because we never explicitly instantiated those base classes
in the shared library, unlike what we do for basic_string and vector.
Differential Revision: https://reviews.llvm.org/D108384
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp')
0 files changed, 0 insertions, 0 deletions