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
This commit is contained in:
parent
717d8b714b
commit
20ae45006f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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"
|
||||
|
|
Loading…
Add table
Reference in a new issue