]> git.ipfire.org Git - thirdparty/gcc.git/commit
h8300-protos.h: Update the prototype for split_adds_subs.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 21 Dec 2002 17:43:15 +0000 (17:43 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 21 Dec 2002 17:43:15 +0000 (17:43 +0000)
commit3cee1a78e2dc4b799959e01927a58d4e24170f19
treef82a732b2bcd8f9839f9f872c8ba4a44a96cc2f2
parentb06daadc88f0f1316a7736de904c51e036991337
h8300-protos.h: Update the prototype for split_adds_subs.

* config/h8300/h8300-protos.h: Update the prototype for
split_adds_subs.
Add prototypes for const_le_2_operand and const_le_6_operand.
* config/h8300/h8300.c (split_adds_subs): Add an argument to
specify whether inc/dec should be used when possible.
(const_le_2_operand): New.
(const_le_6_operand): Likewise.
* config/h8300/h8300.md (two peepholes): New.

From-SVN: r60387
gcc/ChangeLog
gcc/config/h8300/h8300-protos.h
gcc/config/h8300/h8300.c
gcc/config/h8300/h8300.md