diff options
author | Anthony Green <green@moxielogic.com> | 2015-01-10 01:21:54 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2015-01-10 01:21:54 +0000 |
commit | 1d763aec9e08675fe3ac69eca5bcc41ca24e41bb (patch) | |
tree | f123b93c62e80f53e0437e00ec62f0cd8072aab2 /gcc/config | |
parent | bb782ca3ec1adb8b273f52d28c2ce54185acaaca (diff) | |
download | gcc-1d763aec9e08675fe3ac69eca5bcc41ca24e41bb.zip gcc-1d763aec9e08675fe3ac69eca5bcc41ca24e41bb.tar.gz gcc-1d763aec9e08675fe3ac69eca5bcc41ca24e41bb.tar.bz2 |
Fix CC_REG definition for moxie
From-SVN: r219420
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/moxie/moxie.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/moxie/moxie.md b/gcc/config/moxie/moxie.md index b396dec..89fc17f 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) |