]> gcc.gnu.org Git - gcc.git/commit - gcc/optabs.c
(expand_binop): When trying to expand a multiple word add into multiple single word...
authorRichard Stallman <rms@gnu.org>
Fri, 6 Nov 1992 00:05:51 +0000 (00:05 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 6 Nov 1992 00:05:51 +0000 (00:05 +0000)
commitcee850230f38b79a66b416b3f530a6524638e9ac
treec83ad80b2559ce551fb3cf7f3746a7a6eecc2967
parent432a2edec07bfa2311541b194071b32d4b9890ec
(expand_binop): When trying to expand a multiple word add into multiple single word adds...

(expand_binop): When trying to expand a multiple word
add into multiple single word adds, don't overwrite OP0 and OP1 in
case we must backtrack.  We use instead new variables XOP0 and XOP1.

From-SVN: r2696
gcc/optabs.c
This page took 0.057813 seconds and 5 git commands to generate.