(find_free_reg): Fix typo in last change.

From-SVN: r7871
This commit is contained in:
Richard Kenner 1994-08-08 16:31:51 -04:00
parent c31dfe4dc6
commit 899d4140a3
1 changed files with 1 additions and 1 deletions

View File

@ -2121,7 +2121,7 @@ find_free_reg (class, mode, qty, accept_call_clobbered, just_try_suggested,
#ifdef CLASS_CANNOT_CHANGE_SIZE
if (qty_changes_size[qty])
IOR_HARD_REG_SET (first_used,
IOR_HARD_REG_SET (used,
reg_class_contents[(int) CLASS_CANNOT_CHANGE_SIZE]);
#endif