*** empty log message ***
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 29 Apr 1992 16:44:53 +0000 (12:44 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 29 Apr 1992 16:44:53 +0000 (12:44 -0400)
From-SVN: r859

gcc/config/i860/i860.h

index 5091321ff270b9819ec4bae10c1663eda0b65e43..c10bce4f2d7d4b182577d045656bd0cb38b9dff3 100644 (file)
@@ -350,7 +350,7 @@ enum reg_class { NO_REGS, GENERAL_REGS, FP_REGS, ALL_REGS, LIM_REG_CLASSES };
    integer register to an FP register.  If we are trying to put a 
    non-zero floating-point constant into some register, use an integer
    register if the constant is SFmode and GENERAL_REGS is one of our options.
-   Otherwise, put the constant intoo memory.  */
+   Otherwise, put the constant into memory.  */
 
 #define PREFERRED_RELOAD_CLASS(X,CLASS)  \
   ((CLASS) == ALL_REGS && GET_CODE (X) == CONST_INT ? GENERAL_REGS     \