mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
clarify comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205429 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f1d7924f61
commit
5524d787b7
@ -96,7 +96,8 @@ public:
|
|||||||
|
|
||||||
/// \brief Attempt to merge this DebugLocEntry with Next and return
|
/// \brief Attempt to merge this DebugLocEntry with Next and return
|
||||||
/// true if the merge was successful. Entries can be merged if they
|
/// true if the merge was successful. Entries can be merged if they
|
||||||
/// share the same Loc/Constant and their ranges are adjacent.
|
/// share the same Loc/Constant and if Next immediately follows this
|
||||||
|
/// Entry.
|
||||||
bool Merge(const DebugLocEntry &Next) {
|
bool Merge(const DebugLocEntry &Next) {
|
||||||
if (End == Next.Begin && hasSameValueOrLocation(Next)) {
|
if (End == Next.Begin && hasSameValueOrLocation(Next)) {
|
||||||
End = Next.End;
|
End = Next.End;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user