Install correct version of file

From-SVN: r46339
This commit is contained in:
Richard Kenner 2001-10-18 21:07:52 -04:00
parent ac569f305c
commit 616051acab
1 changed files with 1 additions and 1 deletions

View File

@ -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 ();