OSDN Git Service

(expand_binop): New variable next_methods; pass to most recursive calls when
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Jun 1994 22:15:30 +0000 (22:15 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Jun 1994 22:15:30 +0000 (22:15 +0000)
commitcaf74f461f2f6c540bbdf579a8e7cd9e51490d15
treedc13e282856120f3e14aacc74732ba1be0fb3444
parent06bfb9ce05a7592512f412a03a76122667d2aa66
(expand_binop): New variable next_methods; pass to most recursive calls when
trying to avoid libcalls.
Always check for a return value of zero in recursive calls.
(expand_float): Ensure TARGET has proper mode.
Pass OPTAB_LIB_WIDEN to expand_binop calls.

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