mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-30 11:19:44 +08:00
Fix CC_REG definition for moxie
From-SVN: r219420
This commit is contained in:
parent
bb782ca3ec
commit
1d763aec9e
@ -1,3 +1,7 @@
|
||||
2015-01-09 Anthony Green <green@moxielogic.com>
|
||||
|
||||
* config/moxie/moxie.md (CC_REG): Correct register definition.
|
||||
|
||||
2015-01-09 Sandra Loosemore <sandra@codesourcery.com>
|
||||
|
||||
* doc/invoke.texi ([-fvtable-verify]): Copy-edit and fix markup.
|
||||
|
@ -367,7 +367,7 @@
|
||||
;; -------------------------------------------------------------------------
|
||||
|
||||
(define_constants
|
||||
[(CC_REG 11)])
|
||||
[(CC_REG 19)])
|
||||
|
||||
(define_expand "cbranchsi4"
|
||||
[(set (reg:CC CC_REG)
|
||||
|
Loading…
Reference in New Issue
Block a user