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

From-SVN: r205453
This commit is contained in:
Chen Liqin 2013-11-27 16:49:21 +00:00 committed by Jeff Law
parent b3ecff82d7
commit e18a9b0997
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,8 @@
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

View file

@ -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)