[SFN] next/prev_nonnote_insn_bb are no more, even for ports
commitad1d5c78da501538c5d963076624e6effb326a21
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Dec 2017 15:02:58 +0000 (14 15:02 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Dec 2017 15:02:58 +0000 (14 15:02 +0000)
treed197847224d3b2161b2c48565ccbb892a7090c13
parent13b5850f4b98ec6baae60c36655e1d5ab049cfba
[SFN] next/prev_nonnote_insn_bb are no more, even for ports

The patch that added _nondebug to next_ and prev_nonnote_insn_bb
failed to find and adjust uses within config.  Fixed.

for  gcc/ChangeLog

PR bootstrap/83396
* config/arc/arc.c (hwloop_optimize): Skip debug insns.
* config/sh/sh-protos.h (sh_find_set_of_reg): Adjust.
* config/sh/sh.c: Skip debug insns besides notes.
* config/sh/sh.md: Likewise.
* config/sh/sh_treg_combine.cc: Likewise.
* config/sh/sync.md: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@255638 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/arc/arc.c
gcc/config/sh/sh-protos.h
gcc/config/sh/sh.c
gcc/config/sh/sh.md
gcc/config/sh/sh_treg_combine.cc
gcc/config/sh/sync.md