diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-22 06:45:14 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-22 06:45:14 +0000 |
commit | 139c3f48a40399b7fc3f76d0f5d5ef78da8b3c8d (patch) | |
tree | b240bf213337fa404942e0e2bdbb6534d89eb5e0 /gcc/dominance.c | |
parent | ca1fae792dfa1fe61280cf8d0ada10375a90fd70 (diff) | |
download | gcc-139c3f48a40399b7fc3f76d0f5d5ef78da8b3c8d.tar.gz |
* c-decl.c: Fix comment formatting.
* cfgrtl.c: Likewise.
* combine.c: Likewise.
* convert.c: Likewise.
* dominance.c: Likewise.
* dwarf2out.c: Likewise.
* dwarfout.c: Likewise.
* expmed.c: Likewise.
* fold-const.c: Likewise.
* gcov.c: Likewise.
* genattrtab.c: Likewise.
* ggc-common.c: Likewise.
* mips-tfile.c: Likewise.
* regmove.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70677 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dominance.c')
-rw-r--r-- | gcc/dominance.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dominance.c b/gcc/dominance.c index 944aaf81127..38182ef5318 100644 --- a/gcc/dominance.c +++ b/gcc/dominance.c @@ -545,7 +545,7 @@ calculate_dominance_info (enum cdi_direction reverse) dominance_info info; basic_block b; - /* allocate structure for dominance information. */ + /* Allocate structure for dominance information. */ info = xmalloc (sizeof (struct dominance_info)); info->forest = et_forest_create (); VARRAY_GENERIC_PTR_INIT (info->varray, last_basic_block + 3, "dominance info"); |