diff options
Diffstat (limited to 'gcc/config/lm32/lm32.c')
-rw-r--r-- | gcc/config/lm32/lm32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/lm32/lm32.c b/gcc/config/lm32/lm32.c index ef09377626d..b155697b97f 100644 --- a/gcc/config/lm32/lm32.c +++ b/gcc/config/lm32/lm32.c @@ -523,7 +523,7 @@ lm32_print_operand (FILE * file, rtx op, int letter) else if (GET_CODE (op) == CONST_DOUBLE) { if ((CONST_DOUBLE_LOW (op) != 0) || (CONST_DOUBLE_HIGH (op) != 0)) - output_operand_lossage ("Only 0.0 can be loaded as an immediate"); + output_operand_lossage ("only 0.0 can be loaded as an immediate"); else fprintf (file, "0"); } |