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: [PATCH][RFC] Fix PR54824, deal with BBs with no successor


On Thu, Oct 25, 2012 at 3:34 PM, Richard Biener <rguenther@suse.de> wrote:
> +
> +       /* If we have a basic-block with no successors that does not
> +        end with a control statement or a noreturn call connect it
> +        to itself.  This situation can occur when inlining a noreturn
> +        call that does in fact return.  */

Might want to update the comment.

Ciao!
Steven


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