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 "mlir/IR/OpDefinition.h"
17
18namespace fir {
19class FirOpBuilder;
20}
21
22#include "flang/Optimizer/Dialect/SafeTempArrayCopyAttrInterface.h.inc"
23
24#endif // FORTRAN_OPTIMIZER_DIALECT_SAFETEMPARRAYCOPYATTRINTERFACE_H
Definition FIRBuilder.h:59
Definition AbstractConverter.h:37