Commit 0bfb39ef by Daniel Jacobowitz Committed by Daniel Jacobowitz

arm.c (arm_legitimate_address_p): Don't check the mode size for minipool references.

	* config/arm/arm.c (arm_legitimate_address_p): Don't check the mode
	size for minipool references.

From-SVN: r76429
parent 25348c94
2004-01-23 Daniel Jacobowitz <drow@mvista.com>
* config/arm/arm.c (arm_legitimate_address_p): Don't check the mode
size for minipool references.
2004-01-23 Roger Sayle <roger@eyesopen.com>
* real.c (real_floor, real_ceil): Tweak to allow input and output
......
......@@ -2741,7 +2741,7 @@ arm_legitimate_address_p (enum machine_mode mode, rtx x, int strict_p)
/* After reload constants split into minipools will have addresses
from a LABEL_REF. */
else if (GET_MODE_SIZE (mode) >= 4 && reload_completed
else if (reload_completed
&& (GET_CODE (x) == LABEL_REF
|| (GET_CODE (x) == CONST
&& GET_CODE (XEXP (x, 0)) == PLUS
......
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