Commit 205a5b45 by Jan Hubicka

damn me,

now it must be correct.

From-SVN: r43264
parent 963943b0
......@@ -512,7 +512,7 @@ validate_replace_rtx_1 (loc, from, to, object)
separated from this function. */
if (GET_CODE (XEXP (x, 1)) == CONST_INT)
validate_change (object, loc,
plus_constant (XEXP (x, 0), XEXP (x, 1)), 1);
plus_constant (XEXP (x, 0), INTVAL (XEXP (x, 1))), 1);
break;
case MINUS:
if (GET_CODE (XEXP (x, 1)) == CONST_INT
......
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