mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 16:16:45 +00:00
Need to increment the iterator.
llvm-svn: 44153
This commit is contained in:
parent
f9bee1e089
commit
3a908f7dca
@ -342,7 +342,7 @@ void RALinScan::linearScan()
|
||||
|
||||
// expire any remaining inactive intervals
|
||||
DEBUG(for (IntervalPtrs::reverse_iterator
|
||||
i = inactive_.rbegin(); i != inactive_.rend(); )
|
||||
i = inactive_.rbegin(); i != inactive_.rend(); ++i)
|
||||
DOUT << "\tinterval " << *i->first << " expired\n");
|
||||
inactive_.clear();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user