Commit 66fcab25 by Kazu Hirata Committed by Kazu Hirata

* config/ia64/ia64.c (REG_GP): Remove.

From-SVN: r77353
parent 58206f11
2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
* config/ia64/ia64.c (REG_GP): Remove.
2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* config/mips/iris5gas.h (PREFERRED_DEBUGGING_TYPE): Define. * config/mips/iris5gas.h (PREFERRED_DEBUGGING_TYPE): Define.
......
...@@ -4820,7 +4820,6 @@ ia64_safe_type (rtx insn) ...@@ -4820,7 +4820,6 @@ ia64_safe_type (rtx insn)
never explicitly used in gcc generated code, it seems wasteful to never explicitly used in gcc generated code, it seems wasteful to
do so (plus it would make the call and return patterns needlessly do so (plus it would make the call and return patterns needlessly
complex). */ complex). */
#define REG_GP (GR_REG (1))
#define REG_RP (BR_REG (0)) #define REG_RP (BR_REG (0))
#define REG_AR_CFM (FIRST_PSEUDO_REGISTER + 1) #define REG_AR_CFM (FIRST_PSEUDO_REGISTER + 1)
/* This is used for volatile asms which may require a stop bit immediately /* This is used for volatile asms which may require a stop bit immediately
......
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