138fd1498Szrj /* Header file for CFG cleanup for trees.
238fd1498Szrj    Copyright (C) 2013-2018 Free Software Foundation, Inc.
338fd1498Szrj 
438fd1498Szrj This file is part of GCC.
538fd1498Szrj 
638fd1498Szrj GCC is free software; you can redistribute it and/or modify it under
738fd1498Szrj the terms of the GNU General Public License as published by the Free
838fd1498Szrj Software Foundation; either version 3, or (at your option) any later
938fd1498Szrj version.
1038fd1498Szrj 
1138fd1498Szrj GCC is distributed in the hope that it will be useful, but WITHOUT ANY
1238fd1498Szrj WARRANTY; without even the implied warranty of MERCHANTABILITY or
1338fd1498Szrj FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1438fd1498Szrj  for more details.
1538fd1498Szrj 
1638fd1498Szrj You should have received a copy of the GNU General Public License
1738fd1498Szrj along with GCC; see the file COPYING3.  If not see
1838fd1498Szrj <http://www.gnu.org/licenses/>.  */
1938fd1498Szrj 
2038fd1498Szrj #ifndef GCC_TREE_CFGCLEANUP_H
2138fd1498Szrj #define GCC_TREE_CFGCLEANUP_H
2238fd1498Szrj 
2338fd1498Szrj /* In tree-cfgcleanup.c  */
2438fd1498Szrj extern bitmap cfgcleanup_altered_bbs;
25*e215fc28Szrj extern bool cleanup_tree_cfg (unsigned = 0);
2638fd1498Szrj extern bool fixup_noreturn_call (gimple *stmt);
2738fd1498Szrj 
2838fd1498Szrj #endif /* GCC_TREE_CFGCLEANUP_H */
29