summaryrefslogtreecommitdiff
path: root/gcc/global.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/global.c')
-rw-r--r--gcc/global.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/global.c b/gcc/global.c
index 25b129eb46e..5826f835d1b 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)