summaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-14 12:55:15 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-14 12:55:15 +0000
commit7bddd50a9444ff9e7a8086ed19012133df79098a (patch)
tree7b827bcc76c3c667a06dfc2fe952ddf5fdfd0b6d /gcc/rtl.h
parentc8685a83fd29bfe756417dfda5ddf7a22161f83a (diff)
downloadgcc-7bddd50a9444ff9e7a8086ed19012133df79098a.tar.gz
* c-common.c (walk_stmt_tree): Remove.
* c-common.h: Remove the corresponding prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90619 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 2ff874bd7a3..f2b84c092ca 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1408,7 +1408,6 @@ extern rtx get_last_nonnote_insn (void);
extern void start_sequence (void);
extern void push_to_sequence (rtx);
extern void end_sequence (void);
-extern void push_to_full_sequence (rtx, rtx);
extern rtx immed_double_const (HOST_WIDE_INT, HOST_WIDE_INT,
enum machine_mode);