Commit 626043cf by Richard Kenner

Declare promoted_input_arg.

From-SVN: r3450
parent 75dc3319
...@@ -530,6 +530,9 @@ extern rtx expr_size (); ...@@ -530,6 +530,9 @@ extern rtx expr_size ();
extern rtx lookup_static_chain (); 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. /* Return an rtx like arg but sans any constant terms.
Returns the original rtx if it has no constant terms. Returns the original rtx if it has no constant terms.
The constant terms are added and stored via a second arg. */ The constant terms are added and stored via a second arg. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment