Commit f9b06ea4 by Jeff Law

* integrate.c (FIXED_BASE_PLUS_P): Fix typo.

From-SVN: r3255
parent da0c128e
...@@ -1106,7 +1106,7 @@ rtx *global_const_equiv_map; ...@@ -1106,7 +1106,7 @@ rtx *global_const_equiv_map;
(GET_CODE (X) == PLUS && GET_CODE (XEXP (X, 1)) == CONST_INT \ (GET_CODE (X) == PLUS && GET_CODE (XEXP (X, 1)) == CONST_INT \
&& GET_CODE (XEXP (X, 0)) == REG \ && GET_CODE (XEXP (X, 0)) == REG \
&& REGNO (XEXP (X, 0)) >= FIRST_VIRTUAL_REGISTER \ && REGNO (XEXP (X, 0)) >= FIRST_VIRTUAL_REGISTER \
&& REGNO (XEXP (X, 0)) < LAST_VIRTUAL_REGISTER) && REGNO (XEXP (X, 0)) <= LAST_VIRTUAL_REGISTER)
/* Integrate the procedure defined by FNDECL. Note that this function /* Integrate the procedure defined by FNDECL. Note that this function
may wind up calling itself. Since the static variables are not may wind up calling itself. Since the static variables are not
......
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