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


> +       /* 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.  */

The '-' is superfluous in basic-block.  And the comment seems to be outdated.

-- 
Eric Botcazou


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