damn me,
now it must be correct. From-SVN: r43264
This commit is contained in:
parent
963943b0ee
commit
205a5b4550
@ -512,7 +512,7 @@ validate_replace_rtx_1 (loc, from, to, object)
|
|||||||
separated from this function. */
|
separated from this function. */
|
||||||
if (GET_CODE (XEXP (x, 1)) == CONST_INT)
|
if (GET_CODE (XEXP (x, 1)) == CONST_INT)
|
||||||
validate_change (object, loc,
|
validate_change (object, loc,
|
||||||
plus_constant (XEXP (x, 0), XEXP (x, 1)), 1);
|
plus_constant (XEXP (x, 0), INTVAL (XEXP (x, 1))), 1);
|
||||||
break;
|
break;
|
||||||
case MINUS:
|
case MINUS:
|
||||||
if (GET_CODE (XEXP (x, 1)) == CONST_INT
|
if (GET_CODE (XEXP (x, 1)) == CONST_INT
|
||||||
|
Loading…
Reference in New Issue
Block a user