mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-19 02:25:01 +00:00
LiveInterval: Remove accidentally committed debug code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224807 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -677,8 +677,6 @@ void LiveInterval::constructMainRangeFromSubranges(
|
|||||||
Last = SR.segments.back().end;
|
Last = SR.segments.back().end;
|
||||||
}
|
}
|
||||||
|
|
||||||
errs() << "Compute: " << *this << "\n";
|
|
||||||
|
|
||||||
// Walk over all subranges simultaneously.
|
// Walk over all subranges simultaneously.
|
||||||
Segment CurrentSegment;
|
Segment CurrentSegment;
|
||||||
bool ConstructingSegment = false;
|
bool ConstructingSegment = false;
|
||||||
@@ -732,13 +730,6 @@ void LiveInterval::constructMainRangeFromSubranges(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 1
|
|
||||||
errs() << '\t' << (Event == NOTHING ? "nothing "
|
|
||||||
: Event == BEGIN_SEGMENT ? "begin "
|
|
||||||
: "end ")
|
|
||||||
<< NextPos << " mask " << ActiveMask << " evmask " << EventMask << " def " << IsDef << "\n";
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Advance scan position.
|
// Advance scan position.
|
||||||
Pos = NextPos;
|
Pos = NextPos;
|
||||||
if (Event == BEGIN_SEGMENT) {
|
if (Event == BEGIN_SEGMENT) {
|
||||||
@@ -819,7 +810,6 @@ void LiveInterval::constructMainRangeFromSubranges(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
assert(ActiveMask == 0 && !ConstructingSegment);
|
assert(ActiveMask == 0 && !ConstructingSegment);
|
||||||
errs() << "Result: " << *this << "\n";
|
|
||||||
verify();
|
verify();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user