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

From-SVN: r99421
This commit is contained in:
Richard Henderson 2005-05-08 21:34:43 -07:00 committed by Richard Henderson
parent 6cdb89136b
commit 65ab381cbf
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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;