diff options
author | Maxim Kuvyrkov <mkuvyrkov@ispras.ru> | 2007-05-04 07:13:28 +0000 |
---|---|---|
committer | Maxim Kuvyrkov <mkuvyrkov@gcc.gnu.org> | 2007-05-04 07:13:28 +0000 |
commit | b640bd8f20ea23a3c74ba23d5f3bdc2a4b37d1d6 (patch) | |
tree | 3e5b8ff805643ec509c3606e93c551f0092c32d8 /gcc/sched-int.h | |
parent | 04749f41afccf46351be136b14fb1580472053c6 (diff) | |
download | gcc-b640bd8f20ea23a3c74ba23d5f3bdc2a4b37d1d6.zip gcc-b640bd8f20ea23a3c74ba23d5f3bdc2a4b37d1d6.tar.gz gcc-b640bd8f20ea23a3c74ba23d5f3bdc2a4b37d1d6.tar.bz2 |
sched-ebb.c (debug_ebb_dependencies): New static function.
* sched-ebb.c (debug_ebb_dependencies): New static function.
(init_ready_list): Use it.
* sched-rgn.c (debug_dependencies): Split into 'debug_dependencies ()'
with changed signature and 'debug_rgn_dependencies ()'.
(debug_rgn_dependencies): New static function.
(init_ready_list): Use it.
* sched-int.h (debug_dependencies): Declare.
From-SVN: r124409
Diffstat (limited to 'gcc/sched-int.h')
-rw-r--r-- | gcc/sched-int.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/sched-int.h b/gcc/sched-int.h index 3ea245b..e196a81 100644 --- a/gcc/sched-int.h +++ b/gcc/sched-int.h @@ -877,4 +877,7 @@ extern rtx bb_note (basic_block); extern void check_reg_live (bool); #endif +/* Functions in sched-rgn.c. */ +extern void debug_dependencies (rtx, rtx); + #endif /* GCC_SCHED_INT_H */ |