diff options
author | David Blaikie <dblaikie@gmail.com> | 2020-04-10 10:11:29 -0700 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2020-04-10 10:12:51 -0700 |
commit | 67a2cc80b647886284d04621cbd194b4109faddd (patch) | |
tree | a5391fbf79f4ec0ec8e25f6301ba60f1a04c8f1a /llvm/lib/CodeGen/SplitKit.cpp | |
parent | 7f38812d5b7e0fd5145e44d5ae831a67d782dca6 (diff) | |
download | llvm-67a2cc80b647886284d04621cbd194b4109faddd.zip llvm-67a2cc80b647886284d04621cbd194b4109faddd.tar.gz llvm-67a2cc80b647886284d04621cbd194b4109faddd.tar.bz2 |
Fix a few mismatched iterator types revealed from a libc++ + LLVM_EXPENSIVE_CHECKS build
These were accidental SCARY iterator uses that weren't guaranteed and in
libc++'s debug checking mode were actually distinct types. Use decltype
to make it easier to keep these things up to date.
Diffstat (limited to 'llvm/lib/CodeGen/SplitKit.cpp')
0 files changed, 0 insertions, 0 deletions