summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorChen Liqin <liqin.gcc@gmail.com>2013-11-27 16:49:21 +0000
committerJeff Law <law@gcc.gnu.org>2013-11-27 09:49:21 -0700
commite18a9b09970f548845cc8137717b0a4d92648cef (patch)
treed0f48ec6439226ca951a37de0c8f69ccb82c7a76 /gcc/config
parentb3ecff82d7f193033d98d04124114aa57c2adba3 (diff)
downloadgcc-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.h3
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)