diff options
Diffstat (limited to 'gcc/reload.h')
-rw-r--r-- | gcc/reload.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gcc/reload.h b/gcc/reload.h index 40af087e48e..32ddfe5d564 100644 --- a/gcc/reload.h +++ b/gcc/reload.h @@ -82,7 +82,7 @@ enum reload_type RELOAD_OTHER, RELOAD_FOR_OTHER_ADDRESS }; -#ifdef MAX_INSN_CODE +#ifdef GCC_INSN_CODES_H /* Each reload is recorded with a structure like this. */ struct reload { @@ -192,14 +192,6 @@ extern char double_reg_address_ok; extern int num_not_at_initial_offset; -#ifdef MAX_INSN_CODE -/* These arrays record the insn_code of insns that may be needed to - perform input and output reloads of special objects. They provide a - place to pass a scratch register. */ -extern enum insn_code reload_in_optab[]; -extern enum insn_code reload_out_optab[]; -#endif - struct needs { /* [0] is normal, [1] is nongroup. */ |