diff options
author | Thomas Neumann <tneumann@gcc.gnu.org> | 2007-06-05 16:16:23 +0000 |
---|---|---|
committer | Thomas Neumann <tneumann@gcc.gnu.org> | 2007-06-05 16:16:23 +0000 |
commit | 7fc40a9c9c73ee3dba85eb00dba45d5c1c8490be (patch) | |
tree | 10eb67bcdbbabe7a2c2cc5669ac1de59fc73051c /gcc | |
parent | ae50c0cbc82a40aa955d713c4e68a9fd32b6a98a (diff) | |
download | gcc-7fc40a9c9c73ee3dba85eb00dba45d5c1c8490be.zip gcc-7fc40a9c9c73ee3dba85eb00dba45d5c1c8490be.tar.gz gcc-7fc40a9c9c73ee3dba85eb00dba45d5c1c8490be.tar.bz2 |
typo
From-SVN: r125338
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dd3b4518..f43122a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -7,7 +7,7 @@ (copy_original_table_clear): Cast according to the coding conventions. (copy_original_table_set): Likewise. * cfgexpand (label_rtx_for_bb): Likewise. - (expand_gimüle_basic_block): Likewise. + (expand_gimple_basic_block): Likewise. * cfghooks.c (dump_bb): Likewise. (lv_adjust_loop_header_phi): Avoid using C++ keywords as variable names. (lv_add_condition_to_bb): Likewise. @@ -20,7 +20,7 @@ (dump_recorded_exit): Likewise. * cfgloop.h (enum loop_estimation): Move out of struct scope... (struct loop): ... from here. - * cfgloopmanip (rpe_enum_p): Cast according to the coding conventions. + * cfgloopmanip.c (rpe_enum_p): Cast according to the coding conventions. * cfgrtl.c (rtl_create_basic_block): Likewise. (rtl_split_block): Likewise. (rtl_dump_bb): Likewise. |