From: Doug Evans Date: Sat, 14 May 1994 02:17:22 +0000 (+0000) Subject: (mark_referenced_resources): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=91cae90df6b7a7d26f562593e8ebb039a66d5222;p=gcc.git (mark_referenced_resources): Fix typo. From-SVN: r7297 --- diff --git a/gcc/reorg.c b/gcc/reorg.c index 93bebfce7ea..43a6671429e 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -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)