mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
82b71a7890
commit
fdff9f3d33
|
@ -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>
|
2012-01-08 Jan Hubicka <jh@suse.cz>
|
||||||
|
|
||||||
PR tree-optimize/51680
|
PR tree-optimize/51680
|
||||||
* ipa-inline-analyss.c (evaluate_properties_for_edge): Fix conditoin on when
|
* ipa-inline-analyss.c (evaluate_properties_for_edge): Fix condition
|
||||||
known_vals needs to be computed; cleanup.
|
on when known_vals needs to be computed; cleanup.
|
||||||
|
|
||||||
2012-01-08 Jan Hubicka <jh@suse.cz>
|
2012-01-08 Jan Hubicka <jh@suse.cz>
|
||||||
|
|
||||||
|
|
|
@ -776,7 +776,7 @@ write_ts_optimization (struct output_block *ob, tree expr)
|
||||||
struct bitpack_d bp;
|
struct bitpack_d bp;
|
||||||
unsigned i, len;
|
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. */
|
awk script, so we just recreate a byte-by-byte copy here. */
|
||||||
|
|
||||||
bp = bitpack_create (ob->main_stream);
|
bp = bitpack_create (ob->main_stream);
|
||||||
|
|
Loading…
Reference in New Issue