OSDN Git Service

* config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
authoraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Jan 2011 17:37:13 +0000 (17:37 +0000)
committeraesok <aesok@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 20 Jan 2011 17:37:13 +0000 (17:37 +0000)
commit5cae343999349008acdfe7618262cdab5e666515
tree9a884cc8f66b70d97eb44b3d4d619730594218e9
parent29bcbc13ca1e62bfdd8fa7b9914c2a9978dddb32
* config/xtensa/xtensa.h (GO_IF_MODE_DEPENDENT_ADDRESS): Remove.
* config/xtensa/xtensa-protos.h (constantpool_address_p): Remove.
* config/xtensa/xtensa.c (TARGET_MODE_DEPENDENT_ADDRESS_P): Define.
(xtensa_mode_dependent_address_p): New function.
(constantpool_address_p): Make static. Change return type to bool.
Change argument type to const_rtx. Use CONST_INT_P predicate.

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