mirror of
https://github.com/intel/intel-graphics-compiler.git
synced 2025-11-04 08:21:06 +08:00
19 lines
381 B
C
19 lines
381 B
C
/*========================== begin_copyright_notice ============================
|
|
|
|
Copyright (C) 2017-2021 Intel Corporation
|
|
|
|
SPDX-License-Identifier: MIT
|
|
|
|
============================= end_copyright_notice ===========================*/
|
|
|
|
#ifndef __IFCVT_H__
|
|
#define __IFCVT_H__
|
|
|
|
#include "FlowGraph.h"
|
|
|
|
void runIfCvt(vISA::FlowGraph &);
|
|
|
|
#endif // __IFCVT_H__
|
|
|
|
// vim:ts=4:sw=4:et:
|