diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-05-31 23:11:51 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-05-31 23:11:51 +0000 |
commit | 35a8b591260a3d1e35cee1f603a4a6e3180c630f (patch) | |
tree | 86cf305ee2003cfbfc9b39bdc3588dd076881b97 /gcc/regstat.c | |
parent | 27d1bc52dd8bdd40baa43344a6a32889fd15c4b8 (diff) | |
download | gcc-35a8b591260a3d1e35cee1f603a4a6e3180c630f.tar.gz |
* regstat.c (regstat_n_sets_and_refs): Remove duplicate
definition.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148021 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/regstat.c')
-rw-r--r-- | gcc/regstat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/regstat.c b/gcc/regstat.c index 383201e4b57..097d0fa8ea8 100644 --- a/gcc/regstat.c +++ b/gcc/regstat.c @@ -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). @@ -37,7 +37,6 @@ along with GCC; see the file COPYING3. If not see struct regstat_n_sets_and_refs_t *regstat_n_sets_and_refs; -struct regstat_n_sets_and_refs_t *regstat_n_sets_and_refs; /*---------------------------------------------------------------------------- REG_N_SETS and REG_N_REFS. |