diff options
author | Zack Weinberg <zackw@panix.com> | 2006-01-23 15:15:12 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2006-01-23 15:15:12 +0000 |
commit | 0458fe77b852f0dc55fd301376ff2a60c52b2ec4 (patch) | |
tree | 04e7c2430e813b518ab2f021d422bd49f8d865ec /gcc/gencodes.c | |
parent | 1c7352cde8a759e414b61d3aeaf40eda67f8dd75 (diff) | |
download | gcc-0458fe77b852f0dc55fd301376ff2a60c52b2ec4.tar.gz |
r110124@banpei: zack | 2006-01-22 14:45:55 -0800
r110124@banpei: zack | 2006-01-22 14:45:55 -0800
* gensupport.c: Define get_insn_name and record_insn_name here.
(read_md_rtx): Call record_insn_name as appropriate.
* genattr.c, genattrtab.c, gencodes.c, genconfig.c, genemit.c
* genextract.c, genflags.c, genopinit.c, genoutput.c, genpeep.c
* genpreds.c, genrecog.c: Don't define get_insn_name nor
record_insn_name.
* Makefile.in (BUILD_SUPPORT, BUILD_PRINT): Fold into BUILD_RTL.
(BUILD_VARRAY): Delete.
(genprognormal): Rename genprogmd. Fold in all programs from
genprognoprint; also attrtab.
(build/genattrtab): Just mention genautomata.o and varray.o.
Reorganize a bit, add comments to make the categories clearer.
From-SVN: r110120
Diffstat (limited to 'gcc/gencodes.c')
-rw-r--r-- | gcc/gencodes.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/gencodes.c b/gcc/gencodes.c index adfca88e94f..27a68ad4a26 100644 --- a/gcc/gencodes.c +++ b/gcc/gencodes.c @@ -96,11 +96,3 @@ enum insn_code {"); return SUCCESS_EXIT_CODE; } - -/* Define this so we can link with print-rtl.o to get debug_rtx function. */ - -const char * -get_insn_name (int code ATTRIBUTE_UNUSED) -{ - return NULL; -} |