diff options
author | Kyle Butt <kyle+llvm@iteratee.net> | 2016-08-18 22:09:23 +0000 |
---|---|---|
committer | Kyle Butt <kyle+llvm@iteratee.net> | 2016-08-18 22:09:23 +0000 |
commit | d76755ec95112132aba5ce57110ad5c8652db3f3 (patch) | |
tree | 10903e0ab2af61d3e86456fba907143c5b083f75 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp | |
parent | 03bdd8f797761dd10927f283f51e612db9e9f788 (diff) | |
download | llvm-d76755ec95112132aba5ce57110ad5c8652db3f3.zip llvm-d76755ec95112132aba5ce57110ad5c8652db3f3.tar.gz llvm-d76755ec95112132aba5ce57110ad5c8652db3f3.tar.bz2 |
IfConversion: Handle inclusive ranges more carefully.
This may affect calculations for thresholds, but is not a significant change
in behavior.
The problem was that an inclusive range must have an additonal flag to showr
that it is empty, because otherwise begin == end implies that the range has one
element, and it may not be possible to move past on either side.
llvm-svn: 279166
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp')
0 files changed, 0 insertions, 0 deletions