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-build.c | |
parent | cb7c3c3f1ade49849a9facbedbb108f94d941bf4 (diff) | |
download | gcc-b57f2e100c55c5c5bd099574b72566314ab8be98.tar.gz |
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-build.c')
-rw-r--r-- | gcc/ra-build.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ra-build.c b/gcc/ra-build.c index a305921c250..3e2da55df04 100644 --- a/gcc/ra-build.c +++ b/gcc/ra-build.c @@ -1402,7 +1402,7 @@ init_web_parts (struct df *df) num_webs++; } else - /* The last iteration might have left .ref set, while df_analyse() + /* The last iteration might have left .ref set, while df_analyze() removed that ref (due to a removed copy insn) from the df->defs[] array. As we don't check for that in realloc_web_parts() we do that here. */ |