From 463301c30e2cdf370bac3be5fb1007c3ca94f52f Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Thu, 4 Mar 2004 17:28:50 +0100 Subject: cfgcleanup.c (thread_jump): Update call of cselib_init. * cfgcleanup.c (thread_jump): Update call of cselib_init. * cselib.c (cselib_record_memory): New static variable. (cselib_lookup_mem, cselib_record_set, cselib_record_sets): Give up on memories when asked for. (cselib_init): Accept new argument. * cselib.h (cselib_init): Update prototype. * gcse.c (local_cprop_pass): Update call of cselib_init. * loop.c (load_mems): Update call of cselib_init. * postreload.c (reload_cse_regs_1): Update call of cselib_init. * sched-deps.c (sched_analyze): Update call of cselib_init. From-SVN: r78917 --- gcc/postreload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/postreload.c') diff --git a/gcc/postreload.c b/gcc/postreload.c index 4a09421..26404e3 100644 --- a/gcc/postreload.c +++ b/gcc/postreload.c @@ -181,7 +181,7 @@ reload_cse_regs_1 (rtx first) rtx insn; rtx testreg = gen_rtx_REG (VOIDmode, -1); - cselib_init (); + cselib_init (true); init_alias_analysis (); for (insn = first; insn; insn = NEXT_INSN (insn)) -- cgit v1.1