Commit 899d4140 by Richard Kenner

(find_free_reg): Fix typo in last change.

From-SVN: r7871
parent c31dfe4d
...@@ -2121,7 +2121,7 @@ find_free_reg (class, mode, qty, accept_call_clobbered, just_try_suggested, ...@@ -2121,7 +2121,7 @@ find_free_reg (class, mode, qty, accept_call_clobbered, just_try_suggested,
#ifdef CLASS_CANNOT_CHANGE_SIZE #ifdef CLASS_CANNOT_CHANGE_SIZE
if (qty_changes_size[qty]) if (qty_changes_size[qty])
IOR_HARD_REG_SET (first_used, IOR_HARD_REG_SET (used,
reg_class_contents[(int) CLASS_CANNOT_CHANGE_SIZE]); reg_class_contents[(int) CLASS_CANNOT_CHANGE_SIZE]);
#endif #endif
......
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