mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-24 13:19:52 +08:00
(change_address, init_emit): Delete forward references.
(rtl_obstack, stack_depth, max_stack_depth): Delete extern decls. From-SVN: r13935
This commit is contained in:
parent
466446b079
commit
64cd4fdb75
@ -60,7 +60,6 @@ Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
/* Opcode names */
|
||||
#ifdef BCDEBUG_PRINT_CODE
|
||||
char *opcode_name[] =
|
||||
@ -259,14 +258,6 @@ extern int rtx_equal_function_value_matters;
|
||||
whether we actually emitted it or not. */
|
||||
extern char *emit_filename;
|
||||
extern int emit_lineno;
|
||||
|
||||
rtx change_address ();
|
||||
void init_emit ();
|
||||
|
||||
extern struct obstack *rtl_obstack;
|
||||
|
||||
extern int stack_depth;
|
||||
extern int max_stack_depth;
|
||||
|
||||
/* rtx gen_rtx (code, mode, [element1, ..., elementn])
|
||||
**
|
||||
|
Loading…
Reference in New Issue
Block a user