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 PR middle-end/57393


On Tue, Sep 24, 2013 at 11:26:16AM +0200, Richard Biener wrote:
> +  if (iters >= MAX_UNASSIGNED_UIDS || uid == 0)
> +    renumber_gimple_stmt_uids_in_blocks (&bb, 1);
> 
> so this will renumber uids whenever we have trailing zero-UID stmts at the
> end of a basic-block?

Trailing zero-UIDs at the end of a basic block should be trivially handlable
without renumbering the whole basic block.

	Jakub


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