summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-06-21 18:33:14 +0000
committerAndrew Trick <atrick@apple.com>2013-06-21 18:33:14 +0000
commit005622ffae7e6386c27a65a8789bb8d0d773f5d8 (patch)
tree54be6c9d06d4791cf88db2348caa6252bd1cd349 /lib
parentff197dfcf9ac50a62d21e0c30644e09ca3bb92f5 (diff)
downloadllvm-005622ffae7e6386c27a65a8789bb8d0d773f5d8.tar.gz
llvm-005622ffae7e6386c27a65a8789bb8d0d773f5d8.tar.bz2
llvm-005622ffae7e6386c27a65a8789bb8d0d773f5d8.tar.xz
whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184570 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/LiveRangeEdit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/LiveRangeEdit.cpp b/lib/CodeGen/LiveRangeEdit.cpp
index b1de6a09fe..ee1e8de3bd 100644
--- a/lib/CodeGen/LiveRangeEdit.cpp
+++ b/lib/CodeGen/LiveRangeEdit.cpp
@@ -331,7 +331,7 @@ void LiveRangeEdit::eliminateDeadDefs(SmallVectorImpl<MachineInstr*> &Dead,
TheDelegate->LRE_WillShrinkVirtReg(LI->reg);
if (!LIS.shrinkToUses(LI, &Dead))
continue;
-
+
// Don't create new intervals for a register being spilled.
// The new intervals would have to be spilled anyway so its not worth it.
// Also they currently aren't spilled so creating them and not spilling
@@ -343,7 +343,7 @@ void LiveRangeEdit::eliminateDeadDefs(SmallVectorImpl<MachineInstr*> &Dead,
break;
}
}
-
+
if (BeingSpilled) continue;
// LI may have been separated, create new intervals.