diff options
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h index 5d67d27a382..be167e5e4b5 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.h @@ -2361,14 +2361,7 @@ extern void traverse_md_constants (int (*) (void **, void *), void *); struct md_constant { char *name, *value; }; /* In read-rtl.c */ -extern int read_skip_spaces (FILE *); extern bool read_rtx (FILE *, rtx *, int *); -extern void copy_rtx_ptr_loc (const void *, const void *); -extern void print_rtx_ptr_loc (const void *); -extern const char *join_c_conditions (const char *, const char *); -extern void print_c_condition (const char *); -extern const char *read_rtx_filename; -extern int read_rtx_lineno; /* In alias.c */ extern rtx canon_rtx (rtx); |