diff options
Diffstat (limited to 'gcc/config/s390/s390.c')
-rw-r--r-- | gcc/config/s390/s390.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/s390/s390.c b/gcc/config/s390/s390.c index 0b1a95f..51b3d46 100644 --- a/gcc/config/s390/s390.c +++ b/gcc/config/s390/s390.c @@ -13968,7 +13968,7 @@ s390_fpload_toreg (rtx_insn *insn, unsigned int regno) } /* This value describes the distance to be avoided between an - aritmetic fp instruction and an fp load writing the same register. + arithmetic fp instruction and an fp load writing the same register. Z10_EARLYLOAD_DISTANCE - 1 as well as Z10_EARLYLOAD_DISTANCE + 1 is fine but the exact value has to be avoided. Otherwise the FP pipeline will throw an exception causing a major penalty. */ |