aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2007-03-02 09:49:58 -0800
committerRichard Henderson <rth@gcc.gnu.org>2007-03-02 09:49:58 -0800
commit962f383322622d12393b4a5d1b4a5fade831d51d (patch)
tree837c31d1173819855617bf6c6639209cf7954025 /gcc/expr.h
parent1769232d2607e9219b1932090c1036a6ed334152 (diff)
downloadgcc-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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index bc3feee..13c7321 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -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. */