Commit 20ae4500 by Richard Earnshaw Committed by Richard Earnshaw

arm.mc (return_address_mask): Use CC_REGNUM for the condition code register number.

* arm.mc (return_address_mask): Use CC_REGNUM for the condition code
register number.

From-SVN: r62699
parent 717d8b71
2003-02-11 Richard Earnshaw <rearnsha@arm.com>
* arm.mc (return_address_mask): Use CC_REGNUM for the condition code
register number.
2003-02-11 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300-protos.h: Add a prototype for
......
......@@ -6663,7 +6663,7 @@
(const_int 67108860)))] ; 0x03fffffc
"TARGET_ARM"
"
operands[1] = gen_rtx_REG (CC_NOOVmode, 24);
operands[1] = gen_rtx_REG (CC_NOOVmode, CC_REGNUM);
")
(define_insn "*check_arch2"
......
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