diff options
author | Chen Liqin <liqin.gcc@gmail.com> | 2013-11-27 16:49:21 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2013-11-27 09:49:21 -0700 |
commit | e18a9b09970f548845cc8137717b0a4d92648cef (patch) | |
tree | d0f48ec6439226ca951a37de0c8f69ccb82c7a76 /gcc/config | |
parent | b3ecff82d7f193033d98d04124114aa57c2adba3 (diff) | |
download | gcc-e18a9b09970f548845cc8137717b0a4d92648cef.tar.gz |
* config/score/score.h (REG_CLASS_FROM_LETTER): Delete.
From-SVN: r205453
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/score/score.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/score/score.h b/gcc/config/score/score.h index 8235df54743..5ab78752c39 100644 --- a/gcc/config/score/score.h +++ b/gcc/config/score/score.h @@ -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) |