diff options
author | Richard Henderson <rth@redhat.com> | 2007-03-02 09:49:58 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2007-03-02 09:49:58 -0800 |
commit | 962f383322622d12393b4a5d1b4a5fade831d51d (patch) | |
tree | 837c31d1173819855617bf6c6639209cf7954025 /gcc/expr.h | |
parent | 1769232d2607e9219b1932090c1036a6ed334152 (diff) | |
download | gcc-962f383322622d12393b4a5d1b4a5fade831d51d.zip gcc-962f383322622d12393b4a5d1b4a5fade831d51d.tar.gz gcc-962f383322622d12393b4a5d1b4a5fade831d51d.tar.bz2 |
expr.h (promoted_input_arg): Remove decl.
* expr.h (promoted_input_arg): Remove decl.
* function.c (promoted_input_arg): Merge into ...
* combine.c (setup_incoming_promotions): ... only caller.
Rearrange to avoid double loop.
From-SVN: r122479
Diffstat (limited to 'gcc/expr.h')
-rw-r--r-- | gcc/expr.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -597,9 +597,6 @@ extern rtx label_rtx (tree); if how is not obvious). */ extern rtx force_label_rtx (tree); -/* Indicate how an input argument register was promoted. */ -extern rtx promoted_input_arg (unsigned int, enum machine_mode *, int *); - /* 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. */ |