* config/alpha/alpha.c (adjust_address): Fix typo last change.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 May 2005 04:34:43 +0000 (04:34 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 May 2005 04:34:43 +0000 (04:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99421 138bc75d-0d04-0410-961f-82ee72b054a4

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;