From dedf2bd5a34dac25e4245f58bb902ced6b64edd9 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 22 Apr 2005 04:01:18 +0000 Subject: Convert tabs to spaces git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21439 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/RegAllocSimple.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CodeGen/RegAllocSimple.cpp') diff --git a/lib/CodeGen/RegAllocSimple.cpp b/lib/CodeGen/RegAllocSimple.cpp index 0ddf7c2798..b27f1b7079 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::iterator I = StackSlotForVirtReg.lower_bound(VirtReg); -- cgit v1.2.3-18-g5258