1 /*========================== begin_copyright_notice ============================
2 
3 Copyright (C) 2017-2021 Intel Corporation
4 
5 SPDX-License-Identifier: MIT
6 
7 ============================= end_copyright_notice ===========================*/
8 
9 #ifndef __IFCVT_H__
10 #define __IFCVT_H__
11 
12 #include "FlowGraph.h"
13 
14 void runIfCvt(vISA::FlowGraph &);
15 
16 #endif // __IFCVT_H__
17 
18 // vim:ts=4:sw=4:et:
19