Commit c50d84e3 by Ian Lance Taylor Committed by Ian Lance Taylor

regstat.c (regstat_n_sets_and_refs): Remove duplicate definition.

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

From-SVN: r148021
parent a7ca77cf
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.
......
/* 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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment