This is the mail archive of the gcc@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: Basic block infrastructure after dbr pass


Bernd Schmidt <bernds_cb1@t-online.de> writes:

> Ian Lance Taylor wrote:
>> Boris Boesler <baembel@gmx.de> writes:
>>
>>>  The following code generators use FOR_EACH_BB[_REVERSE] in the
>>> target machine dependent reorg pass:
>>> 	- bfin
>>> 	- frv
>>> 	- ia64
>>> 	- mt
>>> 	- s390
>>>  Are these invalid code generators then? Or are we talking about
>>> different things?
>>
>> Yes, they are probably broken.
>
> Not if they call compute_bb_for_insn at the start of their reorg pass.

Good point, thanks.

Ian


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