* config/i386/i386.c (ix86_expand_move): Always assign to op1
after eliminating TLS symbols.
From-SVN: r194883
+2013-01-03 Richard Henderson <rth@redhat.com>
+
+ * config/i386/i386.c (ix86_expand_move): Always assign to op1
+ after eliminating TLS symbols.
+
2013-01-02 Jason Merrill <jason@redhat.com>
PR c++/55804
if (tmp)
{
tmp = force_operand (tmp, NULL);
- tmp = expand_simple_binop (Pmode, PLUS, tmp, addend,
+ op1 = expand_simple_binop (Pmode, PLUS, tmp, addend,
op0, 1, OPTAB_DIRECT);
- if (tmp == op0)
+ if (op1 == op0)
return;
}
}