Commit 616051ac by Richard Kenner

Install correct version of file

From-SVN: r46339
parent ac569f30
......@@ -1785,7 +1785,7 @@ integrate_decl_tree (let, map)
else if (GET_CODE (r) == CONCAT)
{
REGNO_DECL (REGNO (XEXP (r, 0))) = d;
REGNO_DECL (REGNO (XEPX (r, 1))) = d;
REGNO_DECL (REGNO (XEXP (r, 1))) = d;
}
apply_change_group ();
......
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