Commit 91cae90d by Doug Evans

(mark_referenced_resources): Fix typo.

From-SVN: r7297
parent f6bad6ff
...@@ -406,7 +406,7 @@ mark_referenced_resources (x, res, include_delayed_effects) ...@@ -406,7 +406,7 @@ mark_referenced_resources (x, res, include_delayed_effects)
{ {
rtx link; rtx link;
for (link = CALL_INSN_FUNCTION_USAGE (insn); for (link = CALL_INSN_FUNCTION_USAGE (x);
link; link;
link = XEXP (link, 1)) link = XEXP (link, 1))
if (GET_CODE (XEXP (link, 0)) == USE) if (GET_CODE (XEXP (link, 0)) == USE)
......
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