diff options
Diffstat (limited to 'gcc/tree-streamer-out.c')
-rw-r--r-- | gcc/tree-streamer-out.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-streamer-out.c b/gcc/tree-streamer-out.c index df8b92a..ea5834e 100644 --- a/gcc/tree-streamer-out.c +++ b/gcc/tree-streamer-out.c @@ -776,7 +776,7 @@ write_ts_optimization (struct output_block *ob, tree expr) struct bitpack_d bp; unsigned i, len; - /* The cl_optimizaation is generated by the options + /* The cl_optimization is generated by the options awk script, so we just recreate a byte-by-byte copy here. */ bp = bitpack_create (ob->main_stream); |