diff options
author | Torbjorn Granlund <tege@gnu.org> | 1994-06-15 02:32:24 +0000 |
---|---|---|
committer | Torbjorn Granlund <tege@gnu.org> | 1994-06-15 02:32:24 +0000 |
commit | 6918e4ae2714836a17d0bb60c245cf4c2ad3d38f (patch) | |
tree | ab4e5479db23e47779a5dcaef62d6e32e552edd2 /gcc | |
parent | 6f7f03f812912116cbdbf302f81ac95e16ad6615 (diff) | |
download | gcc-6918e4ae2714836a17d0bb60c245cf4c2ad3d38f.zip gcc-6918e4ae2714836a17d0bb60c245cf4c2ad3d38f.tar.gz gcc-6918e4ae2714836a17d0bb60c245cf4c2ad3d38f.tar.bz2 |
(PREDICATE_CODES): Add cmplsrcb_operand.
From-SVN: r7478
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/a29k/a29k.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/a29k/a29k.h b/gcc/config/a29k/a29k.h index 1b52749..25b5d29 100644 --- a/gcc/config/a29k/a29k.h +++ b/gcc/config/a29k/a29k.h @@ -1630,6 +1630,7 @@ extern int a29k_debug_reg_map[]; {"spec_reg_operand", {REG}}, \ {"accum_reg_operand", {REG}}, \ {"srcb_operand", {SUBREG, REG, CONST_INT}}, \ + {"cmplsrcb_operand", {SUBREG, REG, CONST_INT}}, \ {"reg_or_immediate_operand", {SUBREG, REG, CONST_INT, CONST, \ CONST_DOUBLE, CONST, SYMBOL_REF, LABEL_REF}}, \ {"reg_or_u_short_operand", {SUBREG, REG, CONST_INT}}, \ |