mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-25 21:16:19 +00:00
Fix compilation error on MSVC.
llvm-svn: 59629
This commit is contained in:
parent
e9e4de3e54
commit
c7a898544b
@ -731,7 +731,7 @@ void PBQPRegAlloc::finalizeAlloc() const {
|
||||
typedef LiveInterval::Ranges::const_iterator LRIterator;
|
||||
|
||||
// First allocate registers for the empty intervals.
|
||||
for (LiveIntervalSet::iterator
|
||||
for (LiveIntervalSet::const_iterator
|
||||
itr = emptyVRegIntervals.begin(), end = emptyVRegIntervals.end();
|
||||
itr != end; ++itr) {
|
||||
LiveInterval *li = *itr;
|
||||
|
Loading…
Reference in New Issue
Block a user