OSDN Git Service

* rtl.h (truncated_to_mode): Declare it.
authornemet <nemet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Feb 2006 20:32:20 +0000 (20:32 +0000)
committernemet <nemet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Feb 2006 20:32:20 +0000 (20:32 +0000)
commitfd95fba452ea7e981bbf13518b730c332c030dc3
treeb59a2ff0c0c65abbe656b96ae1d8a37028083f6b
parent136335a28f44c3eeab45ca715f30c6dcfe59e1b4
* rtl.h (truncated_to_mode): Declare it.
(struct rtl_hooks): Add reg_truncated_to_mode hook.
* rtlhooks-def.h (RTL_HOOKS_REG_TRUNCATED_TO_MODE): New macro.
(RTL_HOOKS_INITIALIZER): Include it.
* rtlhooks.c (reg_truncated_to_mode_general): New function.
* combine.c (RTL_HOOKS_REG_TRUNCATED_TO_MODE): Override to
reg_truncated_to_mode.
* rtlanal.c (truncated_to_mode): Define it.
* simplify-rtx.c (simplify_unary_operation_1): Use it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111573 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/combine.c
gcc/rtl.h
gcc/rtlanal.c
gcc/rtlhooks-def.h
gcc/rtlhooks.c
gcc/simplify-rtx.c