OSDN Git Service

damn me,
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Jun 2001 17:54:39 +0000 (17:54 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Jun 2001 17:54:39 +0000 (17:54 +0000)
now it must be correct.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43264 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/recog.c

index a73d6d7..dd5318b 100644 (file)
@@ -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