aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-19 02:55:34 +0000
committerKazu Hirata <kazu@cs.umass.edu>2004-11-19 02:55:34 +0000
commita98a3d4e646d4883dc4615fc9c2096ca98a76f88 (patch)
treef4783af35155beaaea940407c3bb81f2569c38f4 /gcc/rtl.h
parent0ecf7cf1b8b6f3f50ce5b60a83af50b14d6e75aa (diff)
* emit-rtl.c (classify_insn): Make it static.
* rtl.h: Remove the corresponding prototype. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@90894 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 ed9fc875b0a..ff4a0650d58 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1954,7 +1954,6 @@ extern void add_insn_before (rtx, rtx);
extern void add_insn_after (rtx, rtx);
extern void remove_insn (rtx);
extern void emit_insn_after_with_line_notes (rtx, rtx, rtx);
-extern enum rtx_code classify_insn (rtx);
extern rtx emit (rtx);
extern void renumber_insns (FILE *);
extern void remove_unnecessary_notes (void);