rtl.h (next_label, [...]): Remove prototypes.
commit61216c26080a4c866e940871394f85221acfea64
authorSteven Bosscher <steven@gcc.gnu.org>
Tue, 14 May 2013 17:20:08 +0000 (14 17:20 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Tue, 14 May 2013 17:20:08 +0000 (14 17:20 +0000)
treecf8b9fad4b8b04ffe81b663036d85cc21724f3dd
parent418d1b87fb06b2df9aecb5b8b6abf1f0a1919a88
rtl.h (next_label, [...]): Remove prototypes.

* rtl.h (next_label, skip_consecutive_labels, link_cc0_insns):
Remove prototypes.
* emit-rtl.c (next_label): Remove unused function.
(skip_consecutive_labels, link_cc0_insns): Move to ...
* reorg.c (skip_consecutive_labels, link_cc0_insns): ... here, the
only place where these functions are used, and make them static.

From-SVN: r198894
gcc/ChangeLog
gcc/emit-rtl.c
gcc/reorg.c
gcc/rtl.h