[patch] function.c, stmt.c: Remove two "if"s that always trigger.

Jeffrey A Law law@redhat.com
Thu Nov 11 21:52:00 GMT 2004


On Thu, 2004-11-11 at 09:48 -0500, Kazu Hirata wrote:
> Hi,
> 
> Attached is a patch to remove two "if"s that always trigger.
> 
> These days we always create a return_label in
> function.c:expand_function_start, so we don't need to check if
> return_label is nonnull.
> 
> Tested on i686-pc-linux-gnu.  OK to apply?
> 
> Kazu Hirata
> 
> 2004-11-11  Kazu Hirata  <kazu@cs.umass.edu>
> 
> 	* function.c (expand_function_end): Remove an "if" statement
> 	that always trigger.
> 	* stmt.c (expand_null_return_1): Likewise.
Approved.
jeff




More information about the Gcc-patches mailing list