]> git.ipfire.org Git - thirdparty/gcc.git/commit
Add hint if the fallthrough target of current BB isn't the one
authorKewen Lin <linkw@gcc.gnu.org>
Fri, 12 Jul 2019 05:07:35 +0000 (05:07 +0000)
committerKewen Lin <linkw@gcc.gnu.org>
Fri, 12 Jul 2019 05:07:35 +0000 (05:07 +0000)
commit3362737705972ba59976909b9dbff31615a1021a
treef8f8639d25fb8d9f98a6aa2a4647338f14366de7
parente63f834983bfbcfc88520993ad3442134c9f8dbd
Add hint if the fallthrough target of current BB isn't the one
placed closely next.

2019-07-12  Kewen Lin  <linkw@gcc.gnu.org>

    * gcc/cfgrtl.c (print_rtl_with_bb): Emit a hint if the
    fallthrough target of current basic block isn't the placed
    right next.

From-SVN: r273430
gcc/ChangeLog
gcc/cfgrtl.c