(simplify_binary_operation): Fix typo in CONST_DOUBLE change.

From-SVN: r6309
This commit is contained in:
Richard Kenner 1993-12-24 21:54:55 -05:00
parent 30d69925b6
commit 3308590619
1 changed files with 1 additions and 0 deletions

View File

@ -3321,6 +3321,7 @@ simplify_binary_operation (code, mode, op0, op1)
/* We can fold some multi-word operations. */
if (GET_MODE_CLASS (mode) == MODE_INT
&& width == HOST_BITS_PER_WIDE_INT * 2
&& (GET_CODE (op0) == CONST_DOUBLE || GET_CODE (op0) == CONST_INT)
&& (GET_CODE (op1) == CONST_DOUBLE || GET_CODE (op1) == CONST_INT))
{