diff options
Diffstat (limited to 'gcc/config/mips/mips.md')
-rw-r--r-- | gcc/config/mips/mips.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 32f02be8270..cb74328fd97 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -2861,7 +2861,7 @@ move\\t%0,%z4\\n\\ DONE; } - /* If operands[1] is a constant address illegal for pic, then we need to + /* If operands[1] is a constant address invalid for pic, then we need to handle it just like LEGITIMIZE_ADDRESS does. */ if (flag_pic && pic_address_needs_scratch (operands[1])) { |