OSDN Git Service

2001-07-09 Toon Moene <toon@moene.indiv.nluug.nl>
authortoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Jul 2001 20:21:48 +0000 (20:21 +0000)
committertoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Jul 2001 20:21:48 +0000 (20:21 +0000)
commitc299d9c8173940c984442c30a1601fc2381c1121
treef132186c449f146f89d29ae60d9f337ae0f18f38
parent6c8740519f939dc8724c7d146e0463824ab465bb
2001-07-09  Toon Moene  <toon@moene.indiv.nluug.nl>

* expr.h: Adjust prototypes for have_add2_insn, have_sub2_insn.
* optabs.c (have_add2_insn): Check whether the add insn chosen
really accepts the operands.  (have_sub2_insn): Ditto for sub insn.
* reload1.c (reload_cse_move2add): Adjust calls of have_add2_insn.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43874 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/expr.h
gcc/optabs.c
gcc/reload1.c