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@gcc.gnu.org>2004-11-17 22:06:00 +0000
commitac141aead6fa4a409ce9dfd56d84d80148be3323 (patch)
tree71566dfe812990b2ae5d975b94eb0e114eae7a6e /gcc/expr.h
parenta448068177aaa19ba6b3e0c07826a0eb1b50f7a3 (diff)
downloadgcc-ac141aead6fa4a409ce9dfd56d84d80148be3323.zip
gcc-ac141aead6fa4a409ce9dfd56d84d80148be3323.tar.gz
gcc-ac141aead6fa4a409ce9dfd56d84d80148be3323.tar.bz2
basic-block.h, [...]: Remove unused prototypes.
* 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. From-SVN: r90821
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 feac478..f6f32e8 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);