summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-19 02:55:34 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-19 02:55:34 +0000
commit9b69f75b58960dc46fa54843986d8b60941513fe (patch)
treef4783af35155beaaea940407c3bb81f2569c38f4 /gcc/emit-rtl.c
parent31ac829714a0fde131a89fb95078c250447fc931 (diff)
downloadgcc-9b69f75b58960dc46fa54843986d8b60941513fe.tar.gz
* emit-rtl.c (classify_insn): Make it static.
* rtl.h: Remove the corresponding prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90894 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/emit-rtl.c')
-rw-r--r--gcc/emit-rtl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c
index 4a0ead7b34e..051dd152d15 100644
--- a/gcc/emit-rtl.c
+++ b/gcc/emit-rtl.c
@@ -4708,7 +4708,7 @@ set_unique_reg_note (rtx insn, enum reg_note kind, rtx datum)
/* Return an indication of which type of insn should have X as a body.
The value is CODE_LABEL, INSN, CALL_INSN or JUMP_INSN. */
-enum rtx_code
+static enum rtx_code
classify_insn (rtx x)
{
if (LABEL_P (x))