diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1992-04-29 12:44:53 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1992-04-29 12:44:53 -0400 |
commit | 05d3a4fc009c12089e8d5127f6d0c682566876ce (patch) | |
tree | f5da8548388b193a989e0ca070c8c1ae5c54b237 /gcc/config/i860/i860.h | |
parent | 75791cee29f5b566cb14a227fcbb0eaeaa78bfe5 (diff) | |
download | gcc-05d3a4fc009c12089e8d5127f6d0c682566876ce.zip gcc-05d3a4fc009c12089e8d5127f6d0c682566876ce.tar.gz gcc-05d3a4fc009c12089e8d5127f6d0c682566876ce.tar.bz2 |
*** empty log message ***
From-SVN: r859
Diffstat (limited to 'gcc/config/i860/i860.h')
-rw-r--r-- | gcc/config/i860/i860.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i860/i860.h b/gcc/config/i860/i860.h index 5091321..c10bce4 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 \ |