diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-05-30 01:09:53 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-05-30 01:09:53 +0000 |
commit | 09f17a8479de39a60faeacee399195ce20da9251 (patch) | |
tree | f0d4b79ea566f6e294aa76e328d22cb38491cc4b /llvm/lib/CodeGen/RegAllocPBQP.cpp | |
parent | c1b9bff66d050170243dc3edaa563609d1f2e301 (diff) | |
download | bcm5719-llvm-09f17a8479de39a60faeacee399195ce20da9251.tar.gz bcm5719-llvm-09f17a8479de39a60faeacee399195ce20da9251.zip |
Untabification.
llvm-svn: 72604
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocPBQP.cpp')
-rw-r--r-- | llvm/lib/CodeGen/RegAllocPBQP.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocPBQP.cpp b/llvm/lib/CodeGen/RegAllocPBQP.cpp index 6bad2db44d1..61450a7cca7 100644 --- a/llvm/lib/CodeGen/RegAllocPBQP.cpp +++ b/llvm/lib/CodeGen/RegAllocPBQP.cpp @@ -729,7 +729,7 @@ void PBQPRegAlloc::finalizeAlloc() const { // First allocate registers for the empty intervals. for (LiveIntervalSet::const_iterator - itr = emptyVRegIntervals.begin(), end = emptyVRegIntervals.end(); + itr = emptyVRegIntervals.begin(), end = emptyVRegIntervals.end(); itr != end; ++itr) { LiveInterval *li = *itr; |