Commit 94ed3915 by Richard Kenner

(expand_return): Handle TRUTH_XOR_EXPR.

From-SVN: r2999
parent 1eca8b1e
......@@ -2387,6 +2387,7 @@ expand_return (retval)
case TRUTH_AND_EXPR:
case TRUTH_OR_EXPR:
case TRUTH_NOT_EXPR:
case TRUTH_XOR_EXPR:
op0 = gen_label_rtx ();
jumpifnot (retval_rhs, op0);
expand_value_return (const1_rtx);
......
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