From 626043cfc3b0b25d10c80c33e3a76f7a4b9480e3 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 9 Feb 1993 18:45:06 -0500 Subject: [PATCH] Declare promoted_input_arg. From-SVN: r3450 --- gcc/expr.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/expr.h b/gcc/expr.h index cd3658b9812b..0bb4a1ad32f3 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -530,6 +530,9 @@ extern rtx expr_size (); extern rtx lookup_static_chain (); +/* Indicate how an input argument register was promoted. */ +extern rtx promoted_input_arg (); + /* Return an rtx like arg but sans any constant terms. Returns the original rtx if it has no constant terms. The constant terms are added and stored via a second arg. */ -- 2.43.5