diff options
author | Richard Earnshaw <erich@gnu.org> | 1994-07-12 13:31:10 +0000 |
---|---|---|
committer | Richard Earnshaw <erich@gnu.org> | 1994-07-12 13:31:10 +0000 |
commit | 31e6408aeef9635a0975c6fafb0cb94c490076ef (patch) | |
tree | a3223898d6ca807f4ce96dd6aa5ccc89f3126861 | |
parent | 5bbe2d409cd4003330ff6ba3c767c484ad98d6df (diff) | |
download | gcc-31e6408aeef9635a0975c6fafb0cb94c490076ef.zip gcc-31e6408aeef9635a0975c6fafb0cb94c490076ef.tar.gz gcc-31e6408aeef9635a0975c6fafb0cb94c490076ef.tar.bz2 |
(PREDICATE_CODES): Add reversible_cc_register.
From-SVN: r7740
-rw-r--r-- | gcc/config/arm/arm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 5143754..be6823c 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -1332,7 +1332,8 @@ extern int arm_compare_fp; {"index_operand", {SUBREG, REG, CONST_INT}}, \ {"reg_or_int_operand", {SUBREG, REG, CONST_INT}}, \ {"multi_register_push", {PARALLEL}}, \ - {"cc_register", {REG}}, + {"cc_register", {REG}}, \ + {"reversible_cc_register", {REG}}, /* Assembler output control */ |