* config/alpha/alpha.c (adjust_address): Fix typo last change.
authorRichard Henderson <rth@redhat.com>
Mon, 9 May 2005 04:34:43 +0000 (21:34 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 9 May 2005 04:34:43 +0000 (21:34 -0700)
From-SVN: r99421

gcc/ChangeLog
gcc/config/alpha/alpha.c

index e1f6c4d..418fa80 100644 (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
index 36f09c0..b14218c 100644 (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;