PR target/44749
commit7290d950cf53afc2929f18e142d15151788b2087
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Nov 2010 19:11:44 +0000 (11 19:11 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 11 Nov 2010 19:11:44 +0000 (11 19:11 +0000)
treed3c5a27fdbc823c3b12b224f3ce343a40c01d045
parent9bc9b0a9f0fdda8baf9ebe369c2c34cc5fc46d92
    PR target/44749
        * config/mep/mep-protos.h (mep_legitimize_reload_address): Always
        declare.  Change type of argument four to type int.
        (mep_secondary_input_reload_class): Returns enum reg_class.
        (mep_secondary_output_reload_class): Likewise.
        (mep_function_value): Change types of arguments to cont_tree.
        * config/mep/mep.c (mep_legitimize_reload_address): Change type of
        argument four to type int.
        (mep_secondary_input_reload_class): Returns enum reg_class.
        (mep_secondary_output_reload_class): Likewise.
        (mep_function_value): Change types of arguments to cont_tree.
        * config/mep/mep.h (REGNO_REG_CLASS): Cast return value of
        mep_regno_reg_class to enum reg_class.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166614 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/mep/mep-protos.h
gcc/config/mep/mep.c
gcc/config/mep/mep.h