From: Richard Kenner Date: Wed, 22 Apr 1992 22:46:09 +0000 (-0400) Subject: *** empty log message *** X-Git-Tag: misc/cutover-egcs-0~13114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2851546aade88a7f30354df9b36498ae6f991c7e;p=thirdparty%2Fgcc.git *** empty log message *** From-SVN: r817 --- diff --git a/gcc/config/a29k/a29k.h b/gcc/config/a29k/a29k.h index 446a841c006a..299d88f0e810 100644 --- a/gcc/config/a29k/a29k.h +++ b/gcc/config/a29k/a29k.h @@ -1529,9 +1529,9 @@ extern int a29k_debug_reg_map[]; {"const_16__operand", {CONST_INT, ASHIFT}}, \ {"const_24__operand", {CONST_INT, ASHIFT}}, \ {"float_const_operand", {CONST_DOUBLE}}, \ - {"gen_reg_operand", {SUBREG, REG}}, \ - {"gen_reg_or_float_constant_operand", {SUBREG, REG, CONST_DOUBLE}}, \ - {"gen_reg_or_integer_constant_operand", {SUBREG, REG, \ + {"gpc_reg_operand", {SUBREG, REG}}, \ + {"gpc_reg_or_float_constant_operand", {SUBREG, REG, CONST_DOUBLE}}, \ + {"gpc_reg_or_integer_constant_operand", {SUBREG, REG, \ CONST_INT, CONST_DOUBLE}}, \ {"spec_reg_operand", {REG}}, \ {"accum_reg_operand", {REG}}, \