Commit 2292df60 by Anatoly Sokolov Committed by Anatoly Sokolov

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
parent 1684ca6b
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> 2011-08-09 Ira Rosen <ira.rosen@linaro.org>
PR tree-optimization/50014 PR tree-optimization/50014
......
...@@ -597,17 +597,6 @@ typedef struct { int regs; int lib; } CUMULATIVE_ARGS; ...@@ -597,17 +597,6 @@ typedef struct { int regs; int lib; } CUMULATIVE_ARGS;
#define MAX_REGS_PER_ADDRESS 2 #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 */ /* Node: Condition Code */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment