Commit 874726a8 by Richard Kenner

(expand_expr, case TRUTH_XOR_EXPR): New case.

From-SVN: r2992
parent b7b2fc98
......@@ -4634,6 +4634,7 @@ expand_expr (exp, target, tmode, modifier)
this_optab = ior_optab;
goto binop;
case TRUTH_XOR_EXPR:
case BIT_XOR_EXPR:
this_optab = xor_optab;
goto binop;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment