From: Misha Brukman Date: Sun, 26 Sep 2004 21:07:43 +0000 (+0000) Subject: Fix the copy-pasto that Brian noticed: V8 int regs are 32-bits wide, not 64. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c6e743049983dca1c6904610fa3cb78bda39d67c;p=oota-llvm.git Fix the copy-pasto that Brian noticed: V8 int regs are 32-bits wide, not 64. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16518 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Sparc/SparcRegisterInfo.td b/lib/Target/Sparc/SparcRegisterInfo.td index 6a4da69bd6b..728c115f861 100644 --- a/lib/Target/Sparc/SparcRegisterInfo.td +++ b/lib/Target/Sparc/SparcRegisterInfo.td @@ -23,7 +23,7 @@ include "../SparcRegisterInfo.td" // FIXME: the register order should be defined in terms of the preferred // allocation order... // -def IntRegs : RegisterClass