From: Anthony Green Date: Sat, 10 Jan 2015 01:21:54 +0000 (+0000) Subject: Fix CC_REG definition for moxie X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1d763aec9e08675fe3ac69eca5bcc41ca24e41bb;p=gcc.git Fix CC_REG definition for moxie From-SVN: r219420 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fdaf6632deb..36d867d6241 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-01-09 Anthony Green + + * config/moxie/moxie.md (CC_REG): Correct register definition. + 2015-01-09 Sandra Loosemore * doc/invoke.texi ([-fvtable-verify]): Copy-edit and fix markup. diff --git a/gcc/config/moxie/moxie.md b/gcc/config/moxie/moxie.md index b396dec9b9a..89fc17f2c74 100644 --- a/gcc/config/moxie/moxie.md +++ b/gcc/config/moxie/moxie.md @@ -367,7 +367,7 @@ ;; ------------------------------------------------------------------------- (define_constants - [(CC_REG 11)]) + [(CC_REG 19)]) (define_expand "cbranchsi4" [(set (reg:CC CC_REG)