summaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-02 17:49:58 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-02 17:49:58 +0000
commit21ee4079718a6b92c88e020e3be89f80624deaf0 (patch)
tree837c31d1173819855617bf6c6639209cf7954025 /gcc/expr.h
parent41de110f271fa5d70592edb432c6f09e72182211 (diff)
downloadgcc-21ee4079718a6b92c88e020e3be89f80624deaf0.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122479 138bc75d-0d04-0410-961f-82ee72b054a4
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 bc3feeeab80..13c73215960 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. */