Commit 89046535 by Richard Kenner

(set_nonvarying_address_components, case AND): Add *pend to end.

(set_nonvarying_address_components, case AND): Add *pend to end.  Add
constant to start instead of subtracting it.

From-SVN: r10426
parent df138bc2
......@@ -2360,7 +2360,8 @@ set_nonvarying_address_components (addr, size, pbase, pstart, pend)
constant we already had. */
size = *pend - *pstart - INTVAL (XEXP (base, 1)) - 1;
start += *pstart - INTVAL (XEXP (base, 1)) - 1;
start += *pstart + INTVAL (XEXP (base, 1)) + 1;
end += *pend;
base = *pbase;
}
break;
......
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