diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-05-30 18:32:31 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-05-30 18:32:31 +0000 |
commit | 9cf737f89ffe0c75614ad388440b7b7706b6316b (patch) | |
tree | baf32c5e895885ca41746d8d293000d998661d76 /gcc/global.c | |
parent | 0f1f6967a21f8e4cc6ca7448dd9adc5d09c99edb (diff) | |
download | gcc-9cf737f89ffe0c75614ad388440b7b7706b6316b.zip gcc-9cf737f89ffe0c75614ad388440b7b7706b6316b.tar.gz gcc-9cf737f89ffe0c75614ad388440b7b7706b6316b.tar.bz2 |
bb-reorder.c, [...]: Fix comment formatting.
* bb-reorder.c, builtins.c, c-common.c, c-gimplify.c,
c-incpath.c, cgraphunit.c, ddg.c, defaults.h, dwarf2out.c,
expmed.c, flags.h, gcc.c, gensupport.c, gimplify.c, global.c,
passes.c, reg-stack.c, target.h, toplev.c, tree-alias-ander.c,
tree-alias-common.c, tree-cfg.c, tree-complex.c, tree-dfa.c,
tree-eh.c, tree-mudflap.c, tree-mudflap.h, tree-outof-ssa.c,
tree-phinodes.c, tree-pretty-print.c, tree-ssa-alias.c,
tree-ssa-ccp.c, tree-ssa-live.c, tree-ssa-live.h,
tree-ssa-pre.c, tree.h, value-prof.h, varasm.c: Fix comment
formatting.
From-SVN: r82463
Diffstat (limited to 'gcc/global.c')
-rw-r--r-- | gcc/global.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/global.c b/gcc/global.c index 25b129eb..5826f83 100644 --- a/gcc/global.c +++ b/gcc/global.c @@ -1991,7 +1991,7 @@ dump_global_regs (FILE *file) conflicts and as a consequence worse register allocation. The typical example where the information can be different is a register initialized in the loop at the basic block preceding the - loop in CFG. */ + loop in CFG. */ /* The following structure contains basic block data flow information used to calculate partial availability of registers. */ @@ -2211,7 +2211,7 @@ calculate_reg_pav (void) blocks. After the function call a register lives at a program point only if it is initialized on a path from CFG entry to the program point. The standard GCC life analysis permits registers to - live uninitialized. */ + live uninitialized. */ static void make_accurate_live_analysis (void) |