diff options
| author | olegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-25 17:04:17 +0000 |
|---|---|---|
| committer | olegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-25 17:04:17 +0000 |
| commit | 35f64f2cb1c0d282c0e1ecd508256cd10bc3b451 (patch) | |
| tree | 9d63662479495d784f46286e163aef34f9a2d08d | |
| parent | 2765d6e8aca717948ec976c5377eb13f40ee7bca (diff) | |
| download | ppe42-gcc-35f64f2cb1c0d282c0e1ecd508256cd10bc3b451.tar.gz ppe42-gcc-35f64f2cb1c0d282c0e1ecd508256cd10bc3b451.zip | |
* config/sh/sh.md (doloop_end_split): Add missing SI mode.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@205359 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/sh/sh.md | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d12270da173..8f235decc81 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2013-11-25 Oleg Endo <olegendo@gcc.gnu.org> + * config/sh/sh.md (doloop_end_split): Add missing SI mode. + +2013-11-25 Oleg Endo <olegendo@gcc.gnu.org> + PR target/53976 PR target/59243 * config/sh/sh_optimize_sett_clrt.cc (struct ccreg_value): Update diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index ecd7e00a46c..b37b84eb62c 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -8801,7 +8801,7 @@ label: (label_ref (match_operand 1 "" "")) (pc))) (set (match_operand:SI 0 "arith_reg_dest" "=r") - (plus (match_dup 2) (const_int -1))) + (plus:SI (match_dup 2) (const_int -1))) (clobber (reg:SI T_REG))] "TARGET_SH2" "#" |

