[tree-ssa]: Copy of committed SSAPRE patch

Daniel Berlin dberlin@dberlin.org
Thu Feb 13 17:20:00 GMT 2003


On Thursday, February 13, 2003, at 12:18  PM, Daniel Berlin wrote:

> I changed it a lot since the last time i posted the update, and when i 
> committed, so here's the patch that is actually committing right now.
>
>
> Index: tree-inline.c
> ===================================================================
> RCS file: /cvs/gcc/gcc/gcc/tree-inline.c,v
> retrieving revision 1.26.2.19
> diff -u -3 -p -r1.26.2.19 tree-inline.c
> --- tree-inline.c	3 Feb 2003 17:08:43 -0000	1.26.2.19
> +++ tree-inline.c	13 Feb 2003 17:10:37 -0000
> @@ -120,7 +120,7 @@ static tree find_builtin_longjmp_call PA
>  /* The approximate number of instructions per statement.  This number
>     need not be particularly accurate; it is used only to make
>     decisions about when a function is too big to inline.  */
> -#define INSNS_PER_STMT (10)
> +#define INSNS_PER_STMT (3)
>
>  /* Remap DECL during the copying of the BLOCK tree for the function.  
> */
>
>

^^^^^^^
I made sure not to commit this part, i'll commit it seperately with 
it's own changelog.



More information about the Gcc-patches mailing list