MLIR 22.0.0git
PDLInterp.h
Go to the documentation of this file.
1//===-- mlir-c/Dialect/PDLInterp.h - C API for PDLInterp Dialect --------*- C
2//-*-===//
3//
4// Part of the LLVM Project, under the Apache License v2.0 with LLVM
5// Exceptions.
6// See https://llvm.org/LICENSE.txt for license information.
7// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8//
9//===----------------------------------------------------------------------===//
10
11#ifndef MLIR_C_DIALECT_PDLINTERP_H
12#define MLIR_C_DIALECT_PDLINTERP_H
13
14#include "mlir-c/IR.h"
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
21
22#ifdef __cplusplus
23}
24#endif
25
26#endif // MLIR_C_DIALECT_PDLINTERP_H
#define MLIR_DECLARE_CAPI_DIALECT_REGISTRATION(Name, Namespace)
Definition IR.h:215