Commit 31e6408a by Richard Earnshaw

(PREDICATE_CODES): Add reversible_cc_register.

From-SVN: r7740
parent 5bbe2d40
...@@ -1332,7 +1332,8 @@ extern int arm_compare_fp; ...@@ -1332,7 +1332,8 @@ extern int arm_compare_fp;
{"index_operand", {SUBREG, REG, CONST_INT}}, \ {"index_operand", {SUBREG, REG, CONST_INT}}, \
{"reg_or_int_operand", {SUBREG, REG, CONST_INT}}, \ {"reg_or_int_operand", {SUBREG, REG, CONST_INT}}, \
{"multi_register_push", {PARALLEL}}, \ {"multi_register_push", {PARALLEL}}, \
{"cc_register", {REG}}, {"cc_register", {REG}}, \
{"reversible_cc_register", {REG}},
/* Assembler output control */ /* Assembler output control */
......
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