aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RegAllocSimple.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-04-22 04:01:18 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-04-22 04:01:18 +0000
commitdedf2bd5a34dac25e4245f58bb902ced6b64edd9 (patch)
tree8ae45f7a66e26530d3f60616f44557d31dc2cee7 /lib/CodeGen/RegAllocSimple.cpp
parent00876a2808f1a8061f7e0852c7949fc5074ecb04 (diff)
downloadexternal_llvm-dedf2bd5a34dac25e4245f58bb902ced6b64edd9.zip
external_llvm-dedf2bd5a34dac25e4245f58bb902ced6b64edd9.tar.gz
external_llvm-dedf2bd5a34dac25e4245f58bb902ced6b64edd9.tar.bz2
Convert tabs to spaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21439 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocSimple.cpp')
-rw-r--r--lib/CodeGen/RegAllocSimple.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAllocSimple.cpp b/lib/CodeGen/RegAllocSimple.cpp
index 0ddf7c2..b27f1b7 100644
--- a/lib/CodeGen/RegAllocSimple.cpp
+++ b/lib/CodeGen/RegAllocSimple.cpp
@@ -91,7 +91,7 @@ namespace {
/// getStackSpaceFor - This allocates space for the specified virtual
/// register to be held on the stack.
int RegAllocSimple::getStackSpaceFor(unsigned VirtReg,
- const TargetRegisterClass *RC) {
+ const TargetRegisterClass *RC) {
// Find the location VirtReg would belong...
std::map<unsigned, int>::iterator I =
StackSlotForVirtReg.lower_bound(VirtReg);