From: rguenth Date: Mon, 9 Jan 2012 08:41:12 +0000 (+0000) Subject: 2012-01-09 Richard Guenther X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f7685cdb9aca9d689f73e53baccfbcfbf043669;p=thirdparty%2Fgcc.git 2012-01-09 Richard Guenther * tree-streamer-out.c (write_ts_optimization): Fix spelling. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183002 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 01e160ceb04a..4cce7356bd65 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,8 +1,12 @@ +2012-01-09 Richard Guenther + + * tree-streamer-out.c (write_ts_optimization): Fix spelling. + 2012-01-08 Jan Hubicka PR tree-optimize/51680 - * ipa-inline-analyss.c (evaluate_properties_for_edge): Fix conditoin on when - known_vals needs to be computed; cleanup. + * ipa-inline-analyss.c (evaluate_properties_for_edge): Fix condition + on when known_vals needs to be computed; cleanup. 2012-01-08 Jan Hubicka diff --git a/gcc/tree-streamer-out.c b/gcc/tree-streamer-out.c index df8b92aa1022..ea5834e41cec 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);