mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-15 16:11:24 +08:00
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:
parent
a7ca77cf9a
commit
c50d84e3b6
@ -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.
|
||||
|
@ -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;
|
||||
|
||||
/*----------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user