From: Misha Brukman Date: Mon, 11 Aug 2003 15:38:50 +0000 (+0000) Subject: Converted tabs to spaces. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bf2f8a9963d880db15c0a30d4ed540bd43ed469d;p=oota-llvm.git Converted tabs to spaces. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7728 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86RegisterInfo.td b/lib/Target/X86/X86RegisterInfo.td index 85dbcadec4e..353e3a1a2f3 100644 --- a/lib/Target/X86/X86RegisterInfo.td +++ b/lib/Target/X86/X86RegisterInfo.td @@ -74,9 +74,9 @@ def R16 : RegisterClass { let Methods = [{ iterator allocation_order_end(MachineFunction &MF) const { if (hasFP(MF)) // Does the function dedicate EBP to being a frame ptr? - return end()-2; // If so, don't allocate SP or BP + return end()-2; // If so, don't allocate SP or BP else - return end()-1; // If not, just don't allocate SP + return end()-1; // If not, just don't allocate SP } }]; }