aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RegAllocPBQP.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-05-30 01:09:53 +0000
committerBill Wendling <isanbard@gmail.com>2009-05-30 01:09:53 +0000
commit51b16f473759c1546acbf308a5d3f3e7bf3ea23c (patch)
tree1c33a0bd47e7b0fc26b2c57cb67cbb6b62e23ef4 /lib/CodeGen/RegAllocPBQP.cpp
parent4d4eab219a96203f58452b39b4e94e234dfe4007 (diff)
downloadexternal_llvm-51b16f473759c1546acbf308a5d3f3e7bf3ea23c.zip
external_llvm-51b16f473759c1546acbf308a5d3f3e7bf3ea23c.tar.gz
external_llvm-51b16f473759c1546acbf308a5d3f3e7bf3ea23c.tar.bz2
Untabification.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72604 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocPBQP.cpp')
-rw-r--r--lib/CodeGen/RegAllocPBQP.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAllocPBQP.cpp b/lib/CodeGen/RegAllocPBQP.cpp
index 6bad2db..61450a7 100644
--- a/lib/CodeGen/RegAllocPBQP.cpp
+++ b/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;