mirror of https://github.com/llvm/circt.git
13 lines
336 B
C
13 lines
336 B
C
//===-- circt-c/Transform.h - C API for dialect transforms --------*- C -*-===//
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
#ifndef CIRCT_C_TRANSFORMS_H
|
|
#define CIRCT_C_TRANSFORMS_H
|
|
|
|
#include "mlir-c/Support.h"
|
|
|
|
#include "circt/Transforms/Transforms.capi.h.inc"
|
|
|
|
#endif // CIRCT_C_TRANSFORMS_H
|