Commit e18a9b09 by Chen Liqin Committed by Jeff Law

* config/score/score.h (REG_CLASS_FROM_LETTER): Delete.

From-SVN: r205453
parent b3ecff82
2013-11-27 Chen Liqin <liqin.gcc@gmail.com>
* config/score/score.h (REG_CLASS_FROM_LETTER): Delete.
(score_char_to_class): Likewise.
2013-11-27 Kenneth Zadeck <zadeck@naturalbridge.com>
* fold-const.c
......@@ -395,9 +395,6 @@ enum reg_class
/* The class value for index registers. */
#define INDEX_REG_CLASS NO_REGS
extern enum reg_class score_char_to_class[256];
#define REG_CLASS_FROM_LETTER(C) score_char_to_class[(unsigned char) (C)]
/* Addressing modes, and classification of registers for them. */
#define REGNO_MODE_OK_FOR_BASE_P(REGNO, MODE) \
score_regno_mode_ok_for_base_p (REGNO, 1)
......
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