mmix.h (REG_OK_FOR_BASE_P, [...]): Remove.

* config/mmix/mmix.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P): Remove.

From-SVN: r177582
This commit is contained in:
Anatoly Sokolov 2011-08-09 11:25:29 +04:00 committed by Anatoly Sokolov
parent 1684ca6b9b
commit 2292df601d
2 changed files with 4 additions and 11 deletions

View File

@ -1,3 +1,7 @@
2011-08-09 Anatoly Sokolov <aesok@post.ru>
* config/mmix/mmix.h (REG_OK_FOR_BASE_P, REG_OK_FOR_INDEX_P): Remove.
2011-08-09 Ira Rosen <ira.rosen@linaro.org>
PR tree-optimization/50014

View File

@ -597,17 +597,6 @@ typedef struct { int regs; int lib; } CUMULATIVE_ARGS;
#define MAX_REGS_PER_ADDRESS 2
#ifndef REG_OK_STRICT
# define REG_OK_FOR_BASE_P(X) \
(REGNO (X) <= MMIX_LAST_GENERAL_REGISTER \
|| REGNO (X) == MMIX_ARG_POINTER_REGNUM \
|| REGNO (X) >= FIRST_PSEUDO_REGISTER)
#else
# define REG_OK_FOR_BASE_P(X) REGNO_OK_FOR_BASE_P (REGNO (X))
#endif /* REG_OK_STRICT */
#define REG_OK_FOR_INDEX_P(X) REG_OK_FOR_BASE_P (X)
/* Node: Condition Code */