LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
Dialect.cpp.inc
Go to the documentation of this file.
1/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
2|* *|
3|* Dialect Definitions *|
4|* *|
5|* Automatically generated file, do not edit! *|
6|* From: Dialect.td *|
7|* *|
8\*===----------------------------------------------------------------------===*/
9
10MLIR_DEFINE_EXPLICIT_TYPE_ID(::llzk::component::StructDialect)
11namespace llzk {
12namespace component {
13
14StructDialect::StructDialect(::mlir::MLIRContext *context)
15 : ::mlir::Dialect(getDialectNamespace(), context, ::mlir::TypeID::get<StructDialect>()) {
16
17 initialize();
18}
19
20StructDialect::~StructDialect() = default;
21
22} // namespace component
23} // namespace llzk