From 05d3a4fc009c12089e8d5127f6d0c682566876ce Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 29 Apr 1992 12:44:53 -0400 Subject: [PATCH] *** empty log message *** From-SVN: r859 --- gcc/config/i860/i860.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/i860/i860.h b/gcc/config/i860/i860.h index 5091321ff27..c10bce4f2d7 100644 --- a/gcc/config/i860/i860.h +++ b/gcc/config/i860/i860.h @@ -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 \ -- 2.30.2