From f50f5566c6d6cdc74e02c83963b4e92114b4cd5b Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Thu, 7 Jan 2010 11:49:25 +0000 Subject: gcse.c (execute_rtl_cprop, [...]): Do not add the DF_NOTE problem. * gcse.c (execute_rtl_cprop, execute_rtl_pre, execute_rtl_hoist): Do not add the DF_NOTE problem. * store-motion.c (execute_rtl_store_motion): Likewise. From-SVN: r155690 --- gcc/store-motion.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/store-motion.c') diff --git a/gcc/store-motion.c b/gcc/store-motion.c index 8cb75d7..9763861 100644 --- a/gcc/store-motion.c +++ b/gcc/store-motion.c @@ -1237,7 +1237,6 @@ static unsigned int execute_rtl_store_motion (void) { delete_unreachable_blocks (); - df_note_add_problem (); df_analyze (); flag_rerun_cse_after_global_opts |= one_store_motion_pass (); return 0; -- cgit v1.1