Commit 78eca9f2 by Jeffrey A Law Committed by Jeff Law

sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced in last change.

Mon Jun 21 04:44:31 1999  Jeffrey A Law  (law@cygnus.com)
        * sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced
        in last change.

From-SVN: r27626
parent 0be0d754
Mon Jun 21 04:44:31 1999 Jeffrey A Law (law@cygnus.com)
* sparc.h (LEGITIMIZE_RELOAD_ADDRESS): Fix paren error introduced
in last change.
Sun Jun 20 17:27:20 1999 Richard Henderson <rth@cygnus.com>
* haifa-sched.c (sched_analyze_1): Use free_list instead of
......
......@@ -2598,8 +2598,8 @@ do { \
&& GET_MODE (X) == SImode \
&& GET_CODE (X) != LO_SUM && GET_CODE (X) != HIGH \
&& ! (flag_pic \
&& (symbolic_operand (X, Pmode)) \
|| pic_address_needs_scratch (X))) \
&& (symbolic_operand (X, Pmode) \
|| pic_address_needs_scratch (X)))) \
{ \
X = gen_rtx_LO_SUM (GET_MODE (X), \
gen_rtx_HIGH (GET_MODE (X), X), X); \
......
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