mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-12 06:06:32 +00:00
Fix compilation error on MSVC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59629 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
928df6ca4e
commit
3713c0ba62
@ -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