diff options
Diffstat (limited to 'gcc/config/v850')
-rw-r--r-- | gcc/config/v850/v850.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/v850/v850.c b/gcc/config/v850/v850.c index eb2771c5715..22bb1512562 100644 --- a/gcc/config/v850/v850.c +++ b/gcc/config/v850/v850.c @@ -1070,7 +1070,7 @@ ep_memory_operand (rtx op, enum machine_mode mode, int unsigned_load) int mask; /* If we are not using the EP register on a per-function basis - then do not allow this optimisation at all. This is to + then do not allow this optimization at all. This is to prevent the use of the SLD/SST instructions which cannot be guaranteed to work properly due to a hardware bug. */ if (!TARGET_EP) |