]> git.ipfire.org Git - thirdparty/gcc.git/commit
Improve scheduling debug output
authorMaxim Kuvyrkov <mkuvyrkov@gcc.gnu.org>
Thu, 22 May 2014 03:51:19 +0000 (03:51 +0000)
committerMaxim Kuvyrkov <mkuvyrkov@gcc.gnu.org>
Thu, 22 May 2014 03:51:19 +0000 (03:51 +0000)
commitd5c67efda0d5e2d42abd49c0d58bb39a038d20ec
tree0da13a3a8ff178d680ce67353e39f033794dbcfe
parent06bc63d19fdf3cd51f1618fe28aef8b95d4a4579
Improve scheduling debug output

* haifa-sched.c (debug_ready_list): Remove unnecessary prototype.
(advance_one_cycle): Update.
(schedule_insn, queue_to_ready): Add debug printouts.
(debug_ready_list_1): New static function.
(debug_ready_list): Update.
(max_issue): Add debug printouts.
(dump_insn_stream): New static function.
(schedule_block): Use it.  Also better indent printouts.

From-SVN: r210737
gcc/haifa-sched.c