Paolo Bonzini - Re: [PATCH]: Handle COMPLEX_EXPR in negate_expr_p/fold_negate_expr (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing list for the GCC project.
- case COMPLEX_EXPR:
return negate_expr_p (TREE_OPERAND (t, 0))
&& negate_expr_p (TREE_OPERAND (t, 1));