diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-01-16 13:48:15 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-01-16 13:48:15 +0000 |
commit | 8c215327bb78691d73752d47ead5057aa6042ef4 (patch) | |
tree | 84dcb1876e4adb6cbcaef06504785f29035a2706 /gcc/rtl.h | |
parent | 3f2ec06a70b07a1088921e3e8144c39177b98517 (diff) | |
download | gcc-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 *); |