diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1993-02-09 18:45:06 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1993-02-09 18:45:06 -0500 |
commit | 626043cfc3b0b25d10c80c33e3a76f7a4b9480e3 (patch) | |
tree | 8c6ac6d4c6b054af63adb5af1d218b7138eb82bc /gcc/expr.h | |
parent | 75dc33195afce0ea84c8b1a886eb3d7acb74fe09 (diff) | |
download | gcc-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. */ |