summaryrefslogtreecommitdiff
path: root/gcc/web.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/web.c')
-rw-r--r--gcc/web.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/web.c b/gcc/web.c
index e846ee1d2fc..d20bcfbdfed 100644
--- a/gcc/web.c
+++ b/gcc/web.c
@@ -265,7 +265,7 @@ web_main (void)
rtx insn;
df = df_init ();
- df_analyse (df, 0, DF_UD_CHAIN | DF_EQUIV_NOTES);
+ df_analyze (df, 0, DF_UD_CHAIN | DF_EQUIV_NOTES);
def_entry =
(struct web_entry *) xcalloc (df->n_defs, sizeof (struct web_entry));