forked from OSchip/llvm-project
[flang][fir][NFC] clang-tidy change. Add include.
Differential Revision: https://reviews.llvm.org/D96912
This commit is contained in:
parent
5517923b1c
commit
fd3297dc32
|
@ -6,13 +6,15 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef OPTIMIZER_DIALECT_FIROPS_H
|
||||
#define OPTIMIZER_DIALECT_FIROPS_H
|
||||
#ifndef FORTRAN_OPTIMIZER_DIALECT_FIROPS_H
|
||||
#define FORTRAN_OPTIMIZER_DIALECT_FIROPS_H
|
||||
|
||||
#include "flang/Optimizer/Dialect/FIRType.h"
|
||||
#include "mlir/Dialect/StandardOps/IR/Ops.h"
|
||||
#include "mlir/Interfaces/LoopLikeInterface.h"
|
||||
#include "mlir/Interfaces/SideEffectInterfaces.h"
|
||||
#include "flang/Optimizer/Dialect/FIRType.h"
|
||||
|
||||
|
||||
using namespace mlir;
|
||||
|
||||
|
@ -48,4 +50,4 @@ mlir::ParseResult parseSelector(mlir::OpAsmParser &parser,
|
|||
#include "flang/Optimizer/Dialect/FIROps.h.inc"
|
||||
|
||||
|
||||
#endif // OPTIMIZER_DIALECT_FIROPS_H
|
||||
#endif // FORTRAN_OPTIMIZER_DIALECT_FIROPS_H
|
||||
|
|
Loading…
Reference in New Issue