aboutsummaryrefslogtreecommitdiff
path: root/gcc/dominance.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-08-22 06:45:14 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-08-22 06:45:14 +0000
commitbeb235f8964321e02e492c9b6856a1ca56f2e027 (patch)
treeb240bf213337fa404942e0e2bdbb6534d89eb5e0 /gcc/dominance.c
parent2b72593e40e7c04cf3fe7cdb35878c307825b3a9 (diff)
downloadgcc-beb235f8964321e02e492c9b6856a1ca56f2e027.zip
gcc-beb235f8964321e02e492c9b6856a1ca56f2e027.tar.gz
gcc-beb235f8964321e02e492c9b6856a1ca56f2e027.tar.bz2
c-decl.c: Fix comment formatting.
* 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. From-SVN: r70677
Diffstat (limited to 'gcc/dominance.c')
-rw-r--r--gcc/dominance.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dominance.c b/gcc/dominance.c
index 944aaf8..38182ef 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");