diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-02-24 13:55:06 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-02-24 13:55:06 +0000 |
commit | b57f2e100c55c5c5bd099574b72566314ab8be98 (patch) | |
tree | 4d1f65c899a2c227f28dcb7530d4ae29a998ce7b /gcc/ra-rewrite.c | |
parent | cb7c3c3f1ade49849a9facbedbb108f94d941bf4 (diff) | |
download | gcc-b57f2e100c55c5c5bd099574b72566314ab8be98.zip gcc-b57f2e100c55c5c5bd099574b72566314ab8be98.tar.gz gcc-b57f2e100c55c5c5bd099574b72566314ab8be98.tar.bz2 |
df.c, [...]: Replace df_analyse with df_analyze.
* df.c, df.h, ra-build.c, ra-rewrite.c, ra.c, web.c: Replace
df_analyse with df_analyze.
From-SVN: r78363
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 f604268..b0fed6c 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++) |