tree-cfg.c (verify_gimple_in_cfg): Verify no non-label stmts with the exception of...
authorJakub Jelinek <jakub@redhat.com>
Wed, 13 Dec 2017 18:48:23 +0000 (19:48 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 13 Dec 2017 18:48:23 +0000 (19:48 +0100)
commit7bd169c861d0e696db036753c2935f86583fef49
treea1ae549ee0c7749ca98677ccd2b290b58a71fb6d
parent60012ddc08d9bbaa078c2ac830d594e3e6b4e2e0
tree-cfg.c (verify_gimple_in_cfg): Verify no non-label stmts with the exception of debug begin stmt markers appear...

* tree-cfg.c (verify_gimple_in_cfg): Verify no non-label stmts
with the exception of debug begin stmt markers appear before
labels.

From-SVN: r255611
gcc/ChangeLog
gcc/tree-cfg.c