Skip to content

Commit fd3297d

Browse files
committed
[flang][fir][NFC] clang-tidy change. Add include.
Differential Revision: https://reviews.llvm.org/D96912
1 parent 5517923 commit fd3297d

File tree

1 file changed

+5
-3
lines changed
  • flang/include/flang/Optimizer/Dialect

1 file changed

+5
-3
lines changed

flang/include/flang/Optimizer/Dialect/FIROps.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef OPTIMIZER_DIALECT_FIROPS_H
10-
#define OPTIMIZER_DIALECT_FIROPS_H
9+
#ifndef FORTRAN_OPTIMIZER_DIALECT_FIROPS_H
10+
#define FORTRAN_OPTIMIZER_DIALECT_FIROPS_H
1111

1212
#include "flang/Optimizer/Dialect/FIRType.h"
1313
#include "mlir/Dialect/StandardOps/IR/Ops.h"
1414
#include "mlir/Interfaces/LoopLikeInterface.h"
1515
#include "mlir/Interfaces/SideEffectInterfaces.h"
16+
#include "flang/Optimizer/Dialect/FIRType.h"
17+
1618

1719
using namespace mlir;
1820

@@ -48,4 +50,4 @@ mlir::ParseResult parseSelector(mlir::OpAsmParser &parser,
4850
#include "flang/Optimizer/Dialect/FIROps.h.inc"
4951

5052

51-
#endif // OPTIMIZER_DIALECT_FIROPS_H
53+
#endif // FORTRAN_OPTIMIZER_DIALECT_FIROPS_H

0 commit comments

Comments
 (0)