diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-22 04:01:18 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-22 04:01:18 +0000 |
| commit | 774511633d24db71d46055b52390b17c37942b48 (patch) | |
| tree | 6af36d99c62d03212fa6436561141803ca28fbd3 /llvm/lib/CodeGen/RegAllocSimple.cpp | |
| parent | 1fabffbf37f58c1c4a500a3b3f5c7595b6a404f9 (diff) | |
| download | bcm5719-llvm-774511633d24db71d46055b52390b17c37942b48.tar.gz bcm5719-llvm-774511633d24db71d46055b52390b17c37942b48.zip | |
Convert tabs to spaces
llvm-svn: 21439
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocSimple.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/RegAllocSimple.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocSimple.cpp b/llvm/lib/CodeGen/RegAllocSimple.cpp index 0ddf7c2798a..b27f1b70795 100644 --- a/llvm/lib/CodeGen/RegAllocSimple.cpp +++ b/llvm/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); |

