Commit 0f869a71 by Richard Kenner

(expand_expr, TARGET_EXPR): Use original_target.

From-SVN: r10035
parent 4a89b24d
......@@ -6050,6 +6050,7 @@ expand_expr (exp, target, tmode, modifier)
if (TREE_CODE (slot) != VAR_DECL)
abort ();
target = original_target;
if (target == 0)
{
if (DECL_RTL (slot) != 0)
......
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