File tree Expand file tree Collapse file tree
lib/Dialect/SCIFRBool/Transforms Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- #pragma once
1+ #ifndef LIB_DIALECT_SCIFRBOOL_TRANSFORMS_DIALECTRESOURCEMAP_H_
2+ #define LIB_DIALECT_SCIFRBOOL_TRANSFORMS_DIALECTRESOURCEMAP_H_
23
34#include < cstdint>
45#include < map>
@@ -19,3 +20,5 @@ using DialectStringBootstrapAndKeySwitchMap =
1920void dump (heir::graph::Graph<Operation*>& graph);
2021} // namespace cornami
2122} // namespace mlir
23+
24+ #endif // LIB_DIALECT_SCIFRBOOL_TRANSFORMS_DIALECTRESOURCEMAP_H_
Original file line number Diff line number Diff line change 1- #pragma once
1+ #ifndef LIB_DIALECT_SCIFRBOOL_TRANSFORMS_PERFCOUNTER_H_
2+ #define LIB_DIALECT_SCIFRBOOL_TRANSFORMS_PERFCOUNTER_H_
3+
24#include < utility>
35#include < vector>
46
@@ -112,3 +114,5 @@ struct PerfCounter {
112114
113115} // namespace cornami
114116} // namespace mlir
117+
118+ #endif // LIB_DIALECT_SCIFRBOOL_TRANSFORMS_PERFCOUNTER_H_
You can’t perform that action at this time.
0 commit comments