From b57f2e100c55c5c5bd099574b72566314ab8be98 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 24 Feb 2004 13:55:06 +0000 Subject: 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 --- gcc/ra-build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ra-build.c') diff --git a/gcc/ra-build.c b/gcc/ra-build.c index a305921..3e2da55 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. */ -- cgit v1.1