diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-10-22 17:05:11 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-10-22 17:05:11 +0000 |
commit | 471854f82a8ac6adc65c32232877b1f1fb0e82d0 (patch) | |
tree | 78237ea08ce69e2e4f29b80e8bf73c2c708305a4 /gcc/final.c | |
parent | 969def55395b4bb4f544419b64294257a68a154b (diff) | |
download | gcc-471854f82a8ac6adc65c32232877b1f1fb0e82d0.tar.gz |
alias.c, [...]: Fix comment formatting.
* alias.c, basic-block.h, cgraphunit.c, combine.c, domwalk.h,
final.c, gengtype.c, genpreds.c, ggc-page.c, insn-notes.def,
lambda-code.c, loop-unroll.c, modulo-sched.c, pointer-set.c,
pretty-print.c, ra-colorize.c, sbitmap.c, tree-complex.c,
tree-data-ref.c, tree-dfa.c, tree-inline.c, tree-into-ssa.c,
tree-scalar-evolution.c, tree-ssa-dom.c,
tree-ssa-loop-manip.c, tree-ssa-loop-niter.c,
tree-ssa-phiopt.c, tree-ssa-pre.c, tree-ssa-threadupdate.c,
tree-vectorizer.c, vec.h: Fix comment formatting.
From-SVN: r89453
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/final.c b/gcc/final.c index 493f63ddfeb..eb87bc7f6d8 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -768,7 +768,7 @@ shorten_branches (rtx first ATTRIBUTE_UNUSED) /* Compute maximum UID and allocate label_align / uid_shuid. */ max_uid = get_max_uid (); - /* Free uid_shuid before reallocating it. */ + /* Free uid_shuid before reallocating it. */ free (uid_shuid); uid_shuid = xmalloc (max_uid * sizeof *uid_shuid); |