(mark_referenced_resources): Fix typo.
authorDoug Evans <dje@gnu.org>
Sat, 14 May 1994 02:17:22 +0000 (02:17 +0000)
committerDoug Evans <dje@gnu.org>
Sat, 14 May 1994 02:17:22 +0000 (02:17 +0000)
From-SVN: r7297

gcc/reorg.c

index 93bebfce7ead38c25d685b2f03b14106e9ba2230..43a6671429ec6c578904651e3ffe016d29379444 100644 (file)
@@ -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)