diff options
author | Maxim Kuvyrkov <maxim@codesourcery.com> | 2007-10-17 19:50:55 +0000 |
---|---|---|
committer | Maxim Kuvyrkov <mkuvyrkov@gcc.gnu.org> | 2007-10-17 19:50:55 +0000 |
commit | a750daa2859a01f62aca03fedc679ff90544e635 (patch) | |
tree | d4e5bbc949a517476a05b7d58c6980bc7235b670 /gcc/rtl.h | |
parent | fb7803cb2b0d12309503431c659cbcee1e12cd14 (diff) | |
download | gcc-a750daa2859a01f62aca03fedc679ff90544e635.zip gcc-a750daa2859a01f62aca03fedc679ff90544e635.tar.gz gcc-a750daa2859a01f62aca03fedc679ff90544e635.tar.bz2 |
sched-ebb.c: Surround code with '#ifdef INSN_SCHEDULING'.
* sched-ebb.c: Surround code with '#ifdef INSN_SCHEDULING'.
* ddg.c: Ditto.
* sched-deps.c: Ditto. Remove nested #ifdef's INSN_SCHEDULING.
* sched-int.h: Surround declarations with '#ifdef INSN_SCHEDULING'.
(print_insn): Move declaration to ...
* rtl.h (print_insn): ... here.
From-SVN: r129417
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2110,6 +2110,7 @@ extern void dump_combine_total_stats (FILE *); extern void delete_dead_jumptables (void); /* In sched-vis.c. */ +extern void print_insn (char *, rtx, int); extern void print_rtl_slim_with_bb (FILE *, rtx, int); extern void dump_insn_slim (FILE *f, rtx x); extern void debug_insn_slim (rtx x); |