OSDN Git Service

* predict.c (estimate_probability): Remove unnecesary code.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog.6
index 63eac7d..8e1510d 100644 (file)
@@ -10043,7 +10043,7 @@ Tue Sep 25 17:13:56 CEST 2001  Jan Hubicka  <jh@suse.cz>
        * config/i386/i386.c (ix86_init_builtins): Correct return type
        building v4hi_ftype_v4hi_int_int tree node.
        (ix86_expand_sse_comi): Fix typo swapping operands.
-       Don't swap comparision condition, it is already swapped.
+       Don't swap comparison condition, it is already swapped.
        (ix86_expand_sse_compare): Before swapping operands
        move operand 1 into new rtx and not the target rtx.
        Don't swap comparison condition, it is already swapped.
@@ -12374,7 +12374,7 @@ Thu Aug 30 10:21:43 2001  J"orn Rennecke <amylaar@redhat.com>
        (INIT_SECTION_ASM_OP): Define.
        (FINI_SECTION_ASM_OP): Define.
        (SUBTARGET_EXTRA_SECTIONS): Remove trailing comma.
-       (RDATA_SECTION_FUNCITON): Provide prototype.
+       (RDATA_SECTION_FUNCTION): Provide prototype.
 
 2001-08-29  Geoffrey Keating  <geoffk@redhat.com>
 
@@ -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.