diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1992-04-22 18:46:09 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1992-04-22 18:46:09 -0400 |
commit | 2851546aade88a7f30354df9b36498ae6f991c7e (patch) | |
tree | daaeeb730a59525d7f30a99837a5ff3e9fea4d13 /gcc | |
parent | 913c6f094c988333056c86441ae2df591800d96c (diff) | |
download | gcc-2851546aade88a7f30354df9b36498ae6f991c7e.zip gcc-2851546aade88a7f30354df9b36498ae6f991c7e.tar.gz gcc-2851546aade88a7f30354df9b36498ae6f991c7e.tar.bz2 |
*** empty log message ***
From-SVN: r817
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/a29k/a29k.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/a29k/a29k.h b/gcc/config/a29k/a29k.h index 446a841..299d88f 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}}, \ |