aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index c40a6df..0b741c6 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -5549,7 +5549,7 @@ force_operand (value, target)
{
if (!target)
target = gen_reg_rtx (GET_MODE (value));
- convert_move (force_operand (XEXP (value, 0), NULL), target,
+ convert_move (target, force_operand (XEXP (value, 0), NULL),
code == ZERO_EXTEND);
return target;
}