This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: fix gcse breakage


Steven Bosscher <stevenb@suse.de> writes:

> On Sunday 13 June 2004 13:54, Steven Bosscher wrote:
>> But CALL_P should stay as it is IMO.  There was no CALL_P before,
>> and I named it CALL_P analoguous to JUMP_P: check if the insn is
>> a CALL_INSN.  The ones where I replaced (GET_CODE (X) == CALL)
>> with CALL_P (X) should be reverted, instead of redefining CALL_P.
>
> Like so,
>
> 	* gcse.c (hash_scan_set, hash_scan_insn, mark_set, mark_oprs_set):
> 	Revert previous change, don't use CALL_P.

I suggest to commit this as obvious unless others think that Serge's
patch should go in without changes...

Thanks,
Andreas
-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SUSE Linux AG, Maxfeldstr. 5, 90409 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]