mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
Need to increment the iterator.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44153 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -342,7 +342,7 @@ void RALinScan::linearScan()
|
|||||||
|
|
||||||
// expire any remaining inactive intervals
|
// expire any remaining inactive intervals
|
||||||
DEBUG(for (IntervalPtrs::reverse_iterator
|
DEBUG(for (IntervalPtrs::reverse_iterator
|
||||||
i = inactive_.rbegin(); i != inactive_.rend(); )
|
i = inactive_.rbegin(); i != inactive_.rend(); ++i)
|
||||||
DOUT << "\tinterval " << *i->first << " expired\n");
|
DOUT << "\tinterval " << *i->first << " expired\n");
|
||||||
inactive_.clear();
|
inactive_.clear();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user