aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-17 22:06:00 +0000
committerKazu Hirata <kazu@cs.umass.edu>2004-11-17 22:06:00 +0000
commit27335b0fb68fa2432d445c2bdb0c1a6473b99efe (patch)
tree71566dfe812990b2ae5d975b94eb0e114eae7a6e /gcc/expr.h
parent401dbba5a10b83267adb74ce6ad0a261e310402b (diff)
* basic-block.h, c-common.h, df.h, expr.h, output.h, rtl.h,
tree-chrec.h, tree-flow.h, tree-scalar-evolution.h, tree-ssa-live.h, tree.h: Remove unused prototypes. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@90821 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 feac478a5ab..f6f32e8ea23 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -545,9 +545,6 @@ extern rtx expr_size (tree);
if the size can vary or is larger than an integer. */
extern HOST_WIDE_INT int_expr_size (tree);
-/* Return the address of the trampoline for entering nested fn FUNCTION. */
-extern rtx trampoline_address (tree);
-
/* Return an rtx that refers to the value returned by a function
in its original home. This becomes invalid if any more code is emitted. */
extern rtx hard_function_value (tree, tree, int);