Commit 1d763aec by Anthony Green Committed by Anthony Green

Fix CC_REG definition for moxie

From-SVN: r219420
parent bb782ca3
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)
......
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