X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fstore-motion.c;h=8f8617cff3796f65b21549724be9314d349146c2;hb=f922257e6a5da9edf4efc573f3453f92ee39665e;hp=8cb75d7ac2734f351dc25aadf4ad8da9df7f3fb6;hpb=9a5bb191d29d9609b4de954f27222fb9af9aba7e;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/store-motion.c b/gcc/store-motion.c index 8cb75d7ac27..8f8617cff37 100644 --- a/gcc/store-motion.c +++ b/gcc/store-motion.c @@ -1,6 +1,6 @@ /* Store motion via Lazy Code Motion on the reverse CFG. Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, - 2006, 2007, 2008, 2009 Free Software Foundation, Inc. + 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GCC. @@ -30,7 +30,6 @@ along with GCC; see the file COPYING3. If not see #include "regs.h" #include "hard-reg-set.h" #include "flags.h" -#include "real.h" #include "insn-config.h" #include "recog.h" #include "basic-block.h" @@ -1237,7 +1236,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;