diff options
author | Anatoly Sokolov <aesok@post.ru> | 2011-08-01 23:08:34 +0400 |
---|---|---|
committer | Anatoly Sokolov <aesok@gcc.gnu.org> | 2011-08-01 23:08:34 +0400 |
commit | 0d5e496f46c6bd22709167532f6ca45b6ae98477 (patch) | |
tree | fb51785c70eb40e23b7ae6f367b796421da6a8b3 /gcc/config/mmix/mmix-protos.h | |
parent | a44250f4ddeaebd81dd799ae549b50751e016ae8 (diff) | |
download | gcc-0d5e496f46c6bd22709167532f6ca45b6ae98477.tar.gz |
mmix.h (PREFERRED_RELOAD_CLASS, [...]): Remove macro.
* config/mmix/mmix.h (PREFERRED_RELOAD_CLASS,
PREFERRED_OUTPUT_RELOAD_CLASS): Remove macro.
* config/mmix/mmix-protos.h (mmix_preferred_reload_class,
mmix_preferred_output_reload_class): Remove.
* config/mmix/mmix.c (mmix_preferred_reload_class,
mmix_preferred_output_reload_class): Make static. Change rclass
argument and return type to reg_class_t.
(TARGET_PREFERRED_RELOAD_CLASS,
TARGET_PREFERRED_OUTPUT_RELOAD_CLASS): Define.
From-SVN: r177069
Diffstat (limited to 'gcc/config/mmix/mmix-protos.h')
-rw-r--r-- | gcc/config/mmix/mmix-protos.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/mmix/mmix-protos.h b/gcc/config/mmix/mmix-protos.h index eefea46c66f..a6faf6e1494 100644 --- a/gcc/config/mmix/mmix-protos.h +++ b/gcc/config/mmix/mmix-protos.h @@ -59,9 +59,6 @@ extern void mmix_asm_declare_register_global (FILE *, tree, int, const char *); extern void mmix_asm_output_addr_diff_elt (FILE *, rtx, int, int); extern void mmix_asm_output_addr_vec_elt (FILE *, int); -extern enum reg_class mmix_preferred_reload_class (rtx, enum reg_class); -extern enum reg_class mmix_preferred_output_reload_class - (rtx, enum reg_class); extern enum reg_class mmix_secondary_reload_class (enum reg_class, enum machine_mode, rtx, int); extern int mmix_const_ok_for_letter_p (HOST_WIDE_INT, int); |