expr.h: Adjust prototypes for have_add2_insn, have_sub2_insn.
authorToon Moene <toon@moene.indiv.nluug.nl>
Mon, 9 Jul 2001 20:21:48 +0000 (22:21 +0200)
committerToon Moene <toon@gcc.gnu.org>
Mon, 9 Jul 2001 20:21:48 +0000 (20:21 +0000)
commitfb7e77d7dc2d25794f2c62d8c4f2f751dc772bf4
treef132186c449f146f89d29ae60d9f337ae0f18f38
parent44cec3004a3519037c88ae0d464f9790ac998053
expr.h: Adjust prototypes for have_add2_insn, have_sub2_insn.

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.

From-SVN: r43874
gcc/ChangeLog
gcc/expr.h
gcc/optabs.c
gcc/reload1.c