ChangeLog.6: Fix misspellings.

* ChangeLog.6: Fix misspellings.
	* ChangeLog.7: Likewise.

(testsuite):
	* gcc.c-torture/execute/20030125-1.c: Likewise.

From-SVN: r68771
This commit is contained in:
Matt Kraai 2003-07-01 13:10:26 +00:00
parent e0bb17a83f
commit bf3aff48a9
3 changed files with 5 additions and 5 deletions

View file

@ -15034,12 +15034,12 @@ Tue Aug 7 14:56:16 CEST 2001 Jan Hubicka <jh@suse.cz>
2001-08-05 Jan Hubicka <jh@suse.cz>
* Makefile.in (reload1.o): Add dedendancy on except.h
* Makefile.in (reload1.o): Add dependency on except.h
* basic-block.h (purge_all_dead_edges, purge_dead_edges): Update
prototypes.
* flow.c (purge_dead_edges, purge_all_dead_edges): Return bool
indicating wehther edges has been cleaned up.
* reload1.c: Inlucde except.h
indicating whether edges has been cleaned up.
* reload1.c: Include except.h.
(fixup_abnormal_edges): Accept deleted insns.
* toplev.c (rest_of_compilation): Purge dead edges unconditionally
after combine.

View file

@ -8244,7 +8244,7 @@ Wed May 8 11:10:31 CEST 2002 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
Jan Hubicka <jh@suse.cz>
* basic-block.h (note_prediction_to_br_prob): declare.
* c-semantics.c: Inlucde predit.h
* c-semantics.c: Include predit.h
(expand_stmt): predict GOTO_STMT as not taken.
* cfgcleanup.c: (delete_unreachable_blocks): Make global.
(cleanup_cfg): Do not free tail_recursion_list.

View file

@ -1,4 +1,4 @@
/* Verify wehther math functions are simplified. */
/* Verify whether math functions are simplified. */
double sin(double);
double floor(double);
float