aboutsummaryrefslogtreecommitdiff
path: root/gcc/ra.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-24 13:55:06 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-24 13:55:06 +0000
commitb57f2e100c55c5c5bd099574b72566314ab8be98 (patch)
tree4d1f65c899a2c227f28dcb7530d4ae29a998ce7b /gcc/ra.c
parentcb7c3c3f1ade49849a9facbedbb108f94d941bf4 (diff)
downloadgcc-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.c')
-rw-r--r--gcc/ra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ra.c b/gcc/ra.c
index 88aefb4..386541d 100644
--- a/gcc/ra.c
+++ b/gcc/ra.c
@@ -752,7 +752,7 @@ reg_alloc (void)
/* First collect all the register refs and put them into
chains per insn, and per regno. In later passes only update
that info from the new and modified insns. */
- df_analyse (df, (ra_pass == 1) ? 0 : (bitmap) -1,
+ df_analyze (df, (ra_pass == 1) ? 0 : (bitmap) -1,
DF_HARD_REGS | DF_RD_CHAIN | DF_RU_CHAIN | DF_FOR_REGALLOC);
if ((debug_new_regalloc & DUMP_DF) != 0)