Declare promoted_input_arg.

From-SVN: r3450
This commit is contained in:
Richard Kenner 1993-02-09 18:45:06 -05:00
parent 75dc33195a
commit 626043cfc3
1 changed files with 3 additions and 0 deletions

View File

@ -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. */