aboutsummaryrefslogtreecommitdiff
path: root/gcc/regs.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@gcc.gnu.org>2003-06-19 14:25:36 +0200
committerAndreas Jaeger <aj@gcc.gnu.org>2003-06-19 14:25:36 +0200
commite295f31755a1ace8e951cc63b4d7f2851ac9dee1 (patch)
treeb6d2073ea90e334c020c7570d062f0d8453a39fd /gcc/regs.h
parent551dc3602f1b8f12a734e70a20bf4ddd586e007a (diff)
downloadgcc-e295f31755a1ace8e951cc63b4d7f2851ac9dee1.zip
gcc-e295f31755a1ace8e951cc63b4d7f2851ac9dee1.tar.gz
gcc-e295f31755a1ace8e951cc63b4d7f2851ac9dee1.tar.bz2
c-tree.h: Remove declaration of poplevel.
* c-tree.h: Remove declaration of poplevel. * tree.h: Remove declaration of approx_sqrt. * c-lex.c: Remove redundant declaration of asm_out_file. * flags.h: Remove declaration of warn_unknown_pragma and main_input_filename. * rtl.h: Remove functions from fold-const.c since they're already declared in tree.h. * regs.h: Remove redundant declaration of reg_names. cp: * cp-tree.h: Remove duplicated declarations. From-SVN: r68193
Diffstat (limited to 'gcc/regs.h')
-rw-r--r--gcc/regs.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/regs.h b/gcc/regs.h
index 2e838e3..5a95385 100644
--- a/gcc/regs.h
+++ b/gcc/regs.h
@@ -1,6 +1,6 @@
/* Define per-register tables for data flow info and register allocation.
Copyright (C) 1987, 1993, 1994, 1995, 1996, 1997, 1998,
- 1999, 2000 Free Software Foundation, Inc.
+ 1999, 2000, 2003 Free Software Foundation, Inc.
This file is part of GCC.
@@ -158,10 +158,6 @@ extern short *reg_renumber;
extern char regs_ever_live[FIRST_PSEUDO_REGISTER];
-/* Vector indexed by hardware reg giving its name. */
-
-extern const char * reg_names[FIRST_PSEUDO_REGISTER];
-
/* For each hard register, the widest mode object that it can contain.
This will be a MODE_INT mode if the register can hold integers. Otherwise
it will be a MODE_FLOAT or a MODE_CC mode, whichever is valid for the