Commit 3fe7b63c by Segher Boessenkool Committed by Segher Boessenkool

rs6000-modes.def (PSImode): Delete.

2010-05-26  Segher Boessenkool  <segher@kernel.crashing.org>

        * config/rs6000/rs6000-modes.def (PSImode): Delete.

From-SVN: r159954
parent f6b5d695
2010-05-28 Segher Boessenkool <segher@kernel.crashing.org> 2010-05-28 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/rs6000-modes.def (PSImode): Delete.
2010-05-28 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/constraints.md ("z" constraint): Change to CA_REGS. * config/rs6000/constraints.md ("z" constraint): Change to CA_REGS.
* config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P * config/rs6000/predicates.md: Change XER_REGNO_P to CA_REGNO_P
throughout. throughout.
......
...@@ -22,11 +22,6 @@ ...@@ -22,11 +22,6 @@
adjust this in rs6000_override_options. */ adjust this in rs6000_override_options. */
FLOAT_MODE (TF, 16, ieee_quad_format); 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. /* Add any extra modes needed to represent the condition code.
For the RS/6000, we need separate modes when unsigned (logical) comparisons For the RS/6000, we need separate modes when unsigned (logical) comparisons
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment