diff options
author | aesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-22 20:26:26 +0000 |
---|---|---|
committer | aesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-22 20:26:26 +0000 |
commit | c3271fdb04f8f85e05e726ce72dc99c5dd82094c (patch) | |
tree | aae9fef3887d712b43ee7f9d6e459b6f750cd145 /gcc/config/m32c/m32c-protos.h | |
parent | f738f968a73ead625b351ad552f542b5637ef334 (diff) | |
download | ppe42-gcc-c3271fdb04f8f85e05e726ce72dc99c5dd82094c.tar.gz ppe42-gcc-c3271fdb04f8f85e05e726ce72dc99c5dd82094c.zip |
* config/m32c/m32c.h (CLASS_MAX_NREGS): Remove macro.
* config/m32c/m32c-protos.h (m32c_class_max_nregs): Remove.
* config/m32c/m32c.c (m32c_class_max_nregs): Make static. Change
regclass argument type to reg_class_t. Change 'max' and 'v' vars
and return types to unsigned char. Use reg_class_contents instead
of class_contents.
(TARGET_CLASS_MAX_NREGS): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177971 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m32c/m32c-protos.h')
-rw-r--r-- | gcc/config/m32c/m32c-protos.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/m32c/m32c-protos.h b/gcc/config/m32c/m32c-protos.h index eb242e0018f..9c247dcfd5b 100644 --- a/gcc/config/m32c/m32c-protos.h +++ b/gcc/config/m32c/m32c-protos.h @@ -44,7 +44,6 @@ int m32c_trampoline_size (void); #ifdef RTX_CODE int m32c_cannot_change_mode_class (enum machine_mode, enum machine_mode, int); -int m32c_class_max_nregs (int, enum machine_mode); rtx m32c_eh_return_stackadj_rtx (void); void m32c_emit_eh_epilogue (rtx); int m32c_expand_cmpstr (rtx *); |