aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-26 23:44:27 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-26 23:44:27 +0000
commit8f2de5f1d65d9da2352dffeb7096c749d1acf01b (patch)
tree4f6b1b33c8a7ce83171a0720ea3e7b199adca6ae /gcc/tree.h
parentc79249370ba344a75b68b5cb9de83559602ca210 (diff)
downloadgcc-8f2de5f1d65d9da2352dffeb7096c749d1acf01b.zip
gcc-8f2de5f1d65d9da2352dffeb7096c749d1acf01b.tar.gz
gcc-8f2de5f1d65d9da2352dffeb7096c749d1acf01b.tar.bz2
builtins.c (apply_args_register_offset): Remove.
* builtins.c (apply_args_register_offset): Remove. * tree.h: Remove the corresponding prototype. From-SVN: r78533
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 08f14d5..916ea65 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -2930,7 +2930,6 @@ extern void indent_to (FILE *, int);
#endif
/* In expr.c */
-extern int apply_args_register_offset (int);
extern rtx expand_builtin_return_addr (enum built_in_function, int, rtx);
extern void check_max_integer_computation_mode (tree);