Commit 184916bc by Richard Stallman

(output_move_double): Use operand 0 to get SIZE.

From-SVN: r4419
parent 15c76378
......@@ -885,7 +885,7 @@ output_move_double (operands)
rtx latehalf[2];
rtx middlehalf[2];
rtx addreg0 = 0, addreg1 = 0;
int size = GET_MODE_SIZE (GET_MODE (operands[1]));
int size = GET_MODE_SIZE (GET_MODE (operands[0]));
middlehalf[0] = 0;
middlehalf[1] = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment