aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-02-09 18:45:06 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1993-02-09 18:45:06 -0500
commit626043cfc3b0b25d10c80c33e3a76f7a4b9480e3 (patch)
tree8c6ac6d4c6b054af63adb5af1d218b7138eb82bc /gcc/expr.h
parent75dc33195afce0ea84c8b1a886eb3d7acb74fe09 (diff)
downloadgcc-626043cfc3b0b25d10c80c33e3a76f7a4b9480e3.zip
gcc-626043cfc3b0b25d10c80c33e3a76f7a4b9480e3.tar.gz
gcc-626043cfc3b0b25d10c80c33e3a76f7a4b9480e3.tar.bz2
Declare promoted_input_arg.
From-SVN: r3450
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index cd3658b..0bb4a1a 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. */