(expand_binop, case DIV [complex]): Fix typo in last change.
From-SVN: r7675
This commit is contained in:
parent
531d389df1
commit
41b19f3e70
@ -1410,8 +1410,10 @@ expand_binop (mode, binoptab, op0, op1, target, unsignedp, methods)
|
||||
NULL_RTX, unsignedp, methods);
|
||||
|
||||
if (temp1 == 0 || temp2 == 0)
|
||||
imag_t = expand_binop (submode, sub_optab, temp1, temp2,
|
||||
NULL_RTX, unsignedp, methods);
|
||||
break;
|
||||
|
||||
imag_t = expand_binop (submode, sub_optab, temp1, temp2,
|
||||
NULL_RTX, unsignedp, methods);
|
||||
|
||||
if (real_t == 0 || imag_t == 0)
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user