diff options
Diffstat (limited to 'gcc/ra-rewrite.c')
-rw-r--r-- | gcc/ra-rewrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ra-rewrite.c b/gcc/ra-rewrite.c index f6042689d74..b0fed6cd194 100644 --- a/gcc/ra-rewrite.c +++ b/gcc/ra-rewrite.c @@ -1513,7 +1513,7 @@ detect_web_parts_to_rebuild (void) And because we sometimes delete insn referring to hardregs (when they became useless because they setup a rematerializable pseudo, which then was rematerialized), some of those uses will go away with the next - df_analyse(). This means we even _must_ delete those uses from + df_analyze(). This means we even _must_ delete those uses from the live_at_end[] bitmaps. For simplicity we simply delete all of them. */ for (i = 0; i < FIRST_PSEUDO_REGISTER; i++) |