File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
flang/include/flang/Optimizer/Dialect Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
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
11
11
12
12
#include " flang/Optimizer/Dialect/FIRType.h"
13
13
#include " mlir/Dialect/StandardOps/IR/Ops.h"
14
14
#include " mlir/Interfaces/LoopLikeInterface.h"
15
15
#include " mlir/Interfaces/SideEffectInterfaces.h"
16
+ #include " flang/Optimizer/Dialect/FIRType.h"
17
+
16
18
17
19
using namespace mlir ;
18
20
@@ -48,4 +50,4 @@ mlir::ParseResult parseSelector(mlir::OpAsmParser &parser,
48
50
#include " flang/Optimizer/Dialect/FIROps.h.inc"
49
51
50
52
51
- #endif // OPTIMIZER_DIALECT_FIROPS_H
53
+ #endif // FORTRAN_OPTIMIZER_DIALECT_FIROPS_H
You can’t perform that action at this time.
0 commit comments