regstat.c (regstat_n_sets_and_refs): Remove duplicate definition.

* regstat.c (regstat_n_sets_and_refs): Remove duplicate
	definition.

From-SVN: r148021
This commit is contained in:
Ian Lance Taylor 2009-05-31 23:11:51 +00:00 committed by Ian Lance Taylor
parent a7ca77cf9a
commit c50d84e3b6
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,11 @@
2009-05-31 Ian Lance Taylor <iant@google.com>
* Makefile.in (except.o): Depent upon gt-except.h, not
* regstat.c (regstat_n_sets_and_refs): Remove duplicate
definition.
2009-05-31 Ian Lance Taylor <iant@google.com>
* Makefile.in (except.o): Depend upon gt-except.h, not
gt-$(EXCEPT_H).
(ipa-cp.o): Depend upon $(FIBHEAP_H) and $(PARAMS_H).
(ipa-reference.o): Depend upon gt-ipa-reference.h.

View File

@ -1,5 +1,5 @@
/* Scanning of rtl for dataflow analysis.
Copyright (C) 2007, 2008
Copyright (C) 2007, 2008, 2009
Free Software Foundation, Inc.
Contributed by Kenneth Zadeck (zadeck@naturalbridge.com).
@ -36,7 +36,6 @@ along with GCC; see the file COPYING3. If not see
#include "df.h"
struct regstat_n_sets_and_refs_t *regstat_n_sets_and_refs;
struct regstat_n_sets_and_refs_t *regstat_n_sets_and_refs;
/*----------------------------------------------------------------------------