We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858982e commit 39c902aCopy full SHA for 39c902a
mlir/include/mlir/Conversion/SCFToEmitC/SCFToEmitC.h
@@ -6,8 +6,8 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
-#ifndef MLIR_CONVERSION_SCFTOEMITC_SCFTOEMITC_H_
10
-#define MLIR_CONVERSION_SCFTOEMITC_SCFTOEMITC_H_
+#ifndef MLIR_CONVERSION_SCFTOEMITC_SCFTOEMITC_H
+#define MLIR_CONVERSION_SCFTOEMITC_SCFTOEMITC_H
11
12
#include <memory>
13
@@ -26,4 +26,4 @@ std::unique_ptr<Pass> createConvertSCFToEmitCPass();
26
27
} // namespace mlir
28
29
-#endif // MLIR_CONVERSION_SCFTOEMITC_SCFTOEMITC_H_
+#endif // MLIR_CONVERSION_SCFTOEMITC_SCFTOEMITC_H
0 commit comments