diff options
Diffstat (limited to 'gcc/config/lm32/lm32.md')
-rw-r--r-- | gcc/config/lm32/lm32.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/lm32/lm32.md b/gcc/config/lm32/lm32.md index 7a3769cc4c6..7539cb065c4 100644 --- a/gcc/config/lm32/lm32.md +++ b/gcc/config/lm32/lm32.md @@ -824,6 +824,7 @@ { int i; int shifts = INTVAL (operands[2]); + rtx one = GEN_INT (1); if (shifts == 0) emit_move_insn (operands[0], operands[1]); |