On Thu, Jan 5, 2012 at 4:01 PM, Richard Guenther <rguent...@suse.de> wrote:
> Index: gcc/tree-streamer-out.c
> ===================================================================
> --- gcc/tree-streamer-out.c     (revision 182908)
> +++ gcc/tree-streamer-out.c     (working copy)
> @@ -767,6 +767,27 @@ write_ts_target_option (struct output_bl
>   streamer_write_bitpack (&bp);
>  }
>
> +/* Write a TS_OPTIMIZATION tree in EXPR to OB.  */
> +
> +static void
> +write_ts_optimization (struct output_block *ob, tree expr)
> +{
> +  struct cl_optimization *t = TREE_OPTIMIZATION (expr);
> +  struct bitpack_d bp;
> +  unsigned i, len;
> +
> +  /* The cl_optimizaation is generated by the options

s/cl_optimizaation/cl_optimization/ ;-)

Ciao!
Steven

Reply via email to