aboutsummaryrefslogtreecommitdiff
path: root/gcc/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/resource.h')
-rw-r--r--gcc/resource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/resource.h b/gcc/resource.h
index a1a1f34..633d1ab 100644
--- a/gcc/resource.h
+++ b/gcc/resource.h
@@ -44,7 +44,7 @@ enum mark_resource_type
MARK_SRC_DEST_CALL = 1
};
-extern void mark_target_live_regs (rtx, rtx, struct resources *);
+extern void mark_target_live_regs (rtx_insn *, rtx_insn *, struct resources *);
extern void mark_set_resources (rtx, struct resources *, int,
enum mark_resource_type);
extern void mark_referenced_resources (rtx, struct resources *, bool);