1*4c3eb207Smrg /* Copyright (C) 2016-2020 Free Software Foundation, Inc. 23ad841b2Smrg 33ad841b2Smrg This file is part of GCC. 43ad841b2Smrg 53ad841b2Smrg GCC is free software; you can redistribute it and/or modify it under 63ad841b2Smrg the terms of the GNU General Public License as published by the Free 73ad841b2Smrg Software Foundation; either version 3, or (at your option) any later 83ad841b2Smrg version. 93ad841b2Smrg 103ad841b2Smrg GCC is distributed in the hope that it will be useful, but WITHOUT ANY 113ad841b2Smrg WARRANTY; without even the implied warranty of MERCHANTABILITY or 123ad841b2Smrg FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 133ad841b2Smrg for more details. 143ad841b2Smrg 153ad841b2Smrg You should have received a copy of the GNU General Public License 163ad841b2Smrg along with GCC; see the file COPYING3. If not see 173ad841b2Smrg <http://www.gnu.org/licenses/>. */ 183ad841b2Smrg 193ad841b2Smrg #ifndef GCC_TREE_IF_CONV_H 203ad841b2Smrg #define GCC_TREE_IF_CONV_H 213ad841b2Smrg 22*4c3eb207Smrg unsigned int tree_if_conversion (class loop *, vec<gimple *> * = NULL); 233ad841b2Smrg 243ad841b2Smrg #endif /* GCC_TREE_IF_CONV_H */ 25