FLANG
SafeTempArrayCopyAttrInterface.h
1//===- SafeTempArrayCopyAttrInterface.h -------------------------*- C++ -*-===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8//
9//
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef FORTRAN_OPTIMIZER_DIALECT_SAFETEMPARRAYCOPYATTRINTERFACE_H
14#define FORTRAN_OPTIMIZER_DIALECT_SAFETEMPARRAYCOPYATTRINTERFACE_H
15
16#include "flang/Optimizer/Dialect/FIRAttr.h"
17#include "flang/Optimizer/Dialect/FIRType.h"
18#include "mlir/IR/BuiltinTypes.h"
19#include "mlir/IR/OpDefinition.h"
20
21namespace fir {
22class FirOpBuilder;
23}
24
25#include "flang/Optimizer/Dialect/SafeTempArrayCopyAttrInterface.h.inc"
26
27#endif // FORTRAN_OPTIMIZER_DIALECT_SAFETEMPARRAYCOPYATTRINTERFACE_H
Definition FIRBuilder.h:55
Definition AbstractConverter.h:34