From 3fe7b63c521d8a12dba549aef8fb6b724aff635b Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Fri, 28 May 2010 01:14:05 +0200 Subject: [PATCH] rs6000-modes.def (PSImode): Delete. 2010-05-26 Segher Boessenkool * config/rs6000/rs6000-modes.def (PSImode): Delete. From-SVN: r159954 --- gcc/ChangeLog | 4 ++++ gcc/config/rs6000/rs6000-modes.def | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5cc16f7beee..00238536a45 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-05-28 Segher Boessenkool + + * config/rs6000/rs6000-modes.def (PSImode): Delete. + 2010-05-28 Segher Boessenkool * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS. diff --git a/gcc/config/rs6000/rs6000-modes.def b/gcc/config/rs6000/rs6000-modes.def index 0fa7b3d7aaf..216794647cf 100644 --- a/gcc/config/rs6000/rs6000-modes.def +++ b/gcc/config/rs6000/rs6000-modes.def @@ -22,11 +22,6 @@ adjust this in rs6000_override_options. */ FLOAT_MODE (TF, 16, ieee_quad_format); -/* PSImode is used for the XER register. The XER register - is not used for anything; perhaps it should be deleted, - except that that would change register numbers. */ -PARTIAL_INT_MODE (SI); - /* Add any extra modes needed to represent the condition code. For the RS/6000, we need separate modes when unsigned (logical) comparisons -- 2.30.2