summaryrefslogtreecommitdiff
path: root/lib/Target/Sparc/SparcRegisterInfo.td
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-12-19 00:06:52 +0000
committerChris Lattner <sabre@nondot.org>2005-12-19 00:06:52 +0000
commit8ba0423660fd8d5c9397bb6142ee56f5aec73716 (patch)
tree5074cad802524f2de8f7119bfe296250e8e86f11 /lib/Target/Sparc/SparcRegisterInfo.td
parente773673d8e0094bbff2f9ab2f2da9ecb5c4d0909 (diff)
downloadllvm-8ba0423660fd8d5c9397bb6142ee56f5aec73716.tar.gz
llvm-8ba0423660fd8d5c9397bb6142ee56f5aec73716.tar.bz2
llvm-8ba0423660fd8d5c9397bb6142ee56f5aec73716.tar.xz
Elimiante SP and FP, which weren't members of the IntRegs register class
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24844 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc/SparcRegisterInfo.td')
-rw-r--r--lib/Target/Sparc/SparcRegisterInfo.td3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/Sparc/SparcRegisterInfo.td b/lib/Target/Sparc/SparcRegisterInfo.td
index c6fcc58fc0..aa79e2837e 100644
--- a/lib/Target/Sparc/SparcRegisterInfo.td
+++ b/lib/Target/Sparc/SparcRegisterInfo.td
@@ -45,9 +45,6 @@ def I0 : Ri<24, "I0">; def I1 : Ri<25, "I1">; def I2 : Ri<26, "I2">;
def I3 : Ri<27, "I3">; def I4 : Ri<28, "I4">; def I5 : Ri<29, "I5">;
def I6 : Ri<30, "I6">; def I7 : Ri<31, "I7">;
-// Standard register aliases
-def SP : Ri<14, "SP">; def FP : Ri<30, "FP">;
-
// Floating-point registers
def F0 : Rf< 0, "F0">; def F1 : Rf< 1, "F1">; def F2 : Rf< 2, "F2">;
def F3 : Rf< 3, "F3">; def F4 : Rf< 4, "F4">; def F5 : Rf< 5, "F5">;