aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-01-16 13:48:15 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-01-16 13:48:15 +0000
commit8c215327bb78691d73752d47ead5057aa6042ef4 (patch)
tree84dcb1876e4adb6cbcaef06504785f29035a2706 /gcc/rtl.h
parent3f2ec06a70b07a1088921e3e8144c39177b98517 (diff)
downloadgcc-8c215327bb78691d73752d47ead5057aa6042ef4.zip
gcc-8c215327bb78691d73752d47ead5057aa6042ef4.tar.gz
gcc-8c215327bb78691d73752d47ead5057aa6042ef4.tar.bz2
combine.c (combine_instructions): Make it static.
* combine.c (combine_instructions): Make it static. * rtl.h: Remove the prototype for combine_instructions. From-SVN: r109746
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 78b0b45..673923e 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1971,7 +1971,6 @@ extern bool validate_subreg (enum machine_mode, enum machine_mode,
rtx, unsigned int);
/* In combine.c */
-extern int combine_instructions (rtx, unsigned int);
extern unsigned int extended_count (rtx, enum machine_mode, int);
extern rtx remove_death (unsigned int, rtx);
extern void dump_combine_stats (FILE *);