[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git] / mlir / include / mlir-c / Conversion.h
blob88c5143ad4f05c689cbfc4c783a003fd1bac24eb
1 //===-- mlir-c/Conversion.h - Conversion passes initialization ----*- C -*-===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM
4 // Exceptions.
5 // See https://llvm.org/LICENSE.txt for license information.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 // This header declares the registration and creation method for conversion
11 // passes.
13 //===----------------------------------------------------------------------===//
15 #ifndef MLIR_C_CONVERSION_H
16 #define MLIR_C_CONVERSION_H
18 #include "mlir-c/Support.h"
20 #include "mlir/Conversion/Passes.capi.h.inc"
22 #endif // MLIR_C_CONVERSION_H