Commit dbd7556e by Ian Lance Taylor

Properly set mode for invalid_regno_rtx in reload_cse_invalidate_regno

From-SVN: r14008
parent eb448459
......@@ -7630,7 +7630,7 @@ reload_cse_invalidate_regno (regno, mode, clobber)
{
if (XEXP (x, 0) != 0)
{
PUT_MODE (invalidate_regno_rtx, GET_MODE (XEXP (x, 0)));
PUT_MODE (invalidate_regno_rtx, GET_MODE (x));
REGNO (invalidate_regno_rtx) = i;
if (refers_to_regno_p (regno, endregno, invalidate_regno_rtx,
NULL_PTR))
......
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