forked from OSchip/llvm-project
parent
d79063129c
commit
a88991d782
|
@ -13,8 +13,6 @@
|
|||
#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;
|
||||
|
||||
|
@ -49,5 +47,4 @@ mlir::ParseResult parseSelector(mlir::OpAsmParser &parser,
|
|||
#define GET_OP_CLASSES
|
||||
#include "flang/Optimizer/Dialect/FIROps.h.inc"
|
||||
|
||||
|
||||
#endif // FORTRAN_OPTIMIZER_DIALECT_FIROPS_H
|
||||
|
|
Loading…
Reference in New Issue