aboutsummaryrefslogtreecommitdiff
path: root/gcc/regstat.c
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2009-05-31 23:11:51 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2009-05-31 23:11:51 +0000
commitc50d84e3b640b9af426e6b492f66044273aee98a (patch)
tree86cf305ee2003cfbfc9b39bdc3588dd076881b97 /gcc/regstat.c
parenta7ca77cf9a76c0d13372c1bda463fea6d43bdf2b (diff)
downloadgcc-c50d84e3b640b9af426e6b492f66044273aee98a.zip
gcc-c50d84e3b640b9af426e6b492f66044273aee98a.tar.gz
gcc-c50d84e3b640b9af426e6b492f66044273aee98a.tar.bz2
regstat.c (regstat_n_sets_and_refs): Remove duplicate definition.
* regstat.c (regstat_n_sets_and_refs): Remove duplicate definition. From-SVN: r148021
Diffstat (limited to 'gcc/regstat.c')
-rw-r--r--gcc/regstat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/regstat.c b/gcc/regstat.c
index 383201e..097d0fa 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.