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 67b38de66e8..c50f62a7960 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -3615,7 +3615,7 @@ move\\t%0,%z4\\n\\ "TARGET_64BIT" " { - if (optimize && GET_CODE (operands[1]) == MEM) + if ((optimize || TARGET_MIPS16) && GET_CODE (operands[1]) == MEM) operands[1] = force_not_mem (operands[1]); if (GET_CODE (operands[1]) != MEM) |