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.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.c')
-rw-r--r-- | gcc/ra.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |