diff options
author | Jason Molenda <jmolenda@apple.com> | 2016-08-17 03:56:04 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2016-08-17 03:56:04 +0000 |
commit | 0dace2d3a1135b4e9b44a23076f9565e7186e99b (patch) | |
tree | 112069885fda5d210103d8869c16c473e494aaab /llvm/lib/CodeGen/ScoreboardHazardRecognizer.cpp | |
parent | f7ba716bcb231dc7337637616fc2cb525d174247 (diff) | |
download | bcm5719-llvm-0dace2d3a1135b4e9b44a23076f9565e7186e99b.tar.gz bcm5719-llvm-0dace2d3a1135b4e9b44a23076f9565e7186e99b.zip |
Fix the RangeMapVector::FindEntryThatContainsOrFollows method to
back up the iterator, as long as it still contains the address.
std::lower_bound will point us to the entry after the one we
are really interested in, leading to problems with backtracing
in corefiles.
<rdar://problem/27823549>
llvm-svn: 278901
Diffstat (limited to 'llvm/lib/CodeGen/ScoreboardHazardRecognizer.cpp')
0 files changed, 0 insertions, 0 deletions