diff options
author | Richard Biener <rguenth@gcc.gnu.org> | 2012-01-09 08:41:12 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2012-01-09 08:41:12 +0000 |
commit | fdff9f3d33732e60f9c1a22e4a3c40a3aeea7447 (patch) | |
tree | 48b7610ed27b6a654c779a67d01cbb94503b43bc /gcc | |
parent | 82b71a7890258677839dba9953cbc05e87a3e822 (diff) | |
download | gcc-fdff9f3d33732e60f9c1a22e4a3c40a3aeea7447.zip gcc-fdff9f3d33732e60f9c1a22e4a3c40a3aeea7447.tar.gz gcc-fdff9f3d33732e60f9c1a22e4a3c40a3aeea7447.tar.bz2 |
tree-streamer-out.c (write_ts_optimization): Fix spelling.
2012-01-09 Richard Guenther <rguenther@suse.de>
* tree-streamer-out.c (write_ts_optimization): Fix spelling.
From-SVN: r183002
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/tree-streamer-out.c | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 01e160c..4cce735 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,8 +1,12 @@ +2012-01-09 Richard Guenther <rguenther@suse.de> + + * tree-streamer-out.c (write_ts_optimization): Fix spelling. + 2012-01-08 Jan Hubicka <jh@suse.cz> 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 <jh@suse.cz> 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); |