Commit 65ab381c by Richard Henderson Committed by Richard Henderson

* config/alpha/alpha.c (adjust_address): Fix typo last change.

From-SVN: r99421
parent 6cdb8913
2005-05-08 Richard Henderson <rth@redhat.com>
* config/alpha/alpha.c (adjust_address): Fix typo last change.
2005-05-08 Stephane Carrez <stcarrez@nerim.fr>
* config/m68hc11/m68hc11.h (REG_VALID_P): A regno must be >= 0
......
......@@ -3262,7 +3262,7 @@ alpha_split_tfmode_pair (rtx operands[4])
operands[2] = adjust_address (operands[1], DImode, 0);
break;
case CONST_FLOAT:
case CONST_DOUBLE:
gcc_assert (operands[1] == CONST0_RTX (TFmode));
operands[2] = operands[3] = const0_rtx;
break;
......
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