(mark_referenced_resources): Fix typo.
From-SVN: r7297
This commit is contained in:
parent
f6bad6ff73
commit
91cae90df6
@ -406,7 +406,7 @@ mark_referenced_resources (x, res, include_delayed_effects)
|
||||
{
|
||||
rtx link;
|
||||
|
||||
for (link = CALL_INSN_FUNCTION_USAGE (insn);
|
||||
for (link = CALL_INSN_FUNCTION_USAGE (x);
|
||||
link;
|
||||
link = XEXP (link, 1))
|
||||
if (GET_CODE (XEXP (link, 0)) == USE)
|
||||
|
Loading…
Reference in New Issue
Block a user