Skip to content

Commit 2787088

Browse files
committed
fix weird properties issue
1 parent d6d03fd commit 2787088

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mlir/tools/tblgen-to-irdl/OpDefinitionsGen.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@
1111
//
1212
//===----------------------------------------------------------------------===//
1313

14+
// clang-format off
15+
#include "mlir/TableGen/AttrOrTypeDef.h"
16+
// clang-format on
1417
#include "mlir/Dialect/IRDL/IR/IRDL.h"
1518
#include "mlir/IR/Attributes.h"
1619
#include "mlir/IR/Builders.h"
1720
#include "mlir/IR/BuiltinOps.h"
1821
#include "mlir/IR/Diagnostics.h"
1922
#include "mlir/IR/Dialect.h"
2023
#include "mlir/IR/MLIRContext.h"
21-
#include "mlir/TableGen/AttrOrTypeDef.h"
2224
#include "mlir/TableGen/GenInfo.h"
2325
#include "mlir/TableGen/GenNameParser.h"
2426
#include "mlir/TableGen/Interfaces.h"

0 commit comments

Comments
 (0)