Skip to content

Commit a0e3e76

Browse files
committed
[mlir] Remove redundant include in Passes.h header (NFC)
1 parent 285f139 commit a0e3e76

File tree

1 file changed

+0
-4
lines changed
  • mlir/include/mlir/Dialect/Math/Transforms

1 file changed

+0
-4
lines changed

mlir/include/mlir/Dialect/Math/Transforms/Passes.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
namespace mlir {
1515
namespace math {
1616
#define GEN_PASS_DECL
17-
#include "mlir/Dialect/Math/Transforms/Passes.h.inc"
18-
#define GEN_PASS_DECL_MATHUPLIFTTOFMA
19-
#define GEN_PASS_DECL_MATHLEGALIZETOF32
20-
#include "mlir/Dialect/Math/Transforms/Passes.h.inc"
2117
#define GEN_PASS_REGISTRATION
2218
#include "mlir/Dialect/Math/Transforms/Passes.h.inc"
2319
} // namespace math

0 commit comments

Comments
 (0)