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 b1161b2 commit a43d2f6Copy full SHA for a43d2f6
flang/lib/Lower/OpenMP/ClauseProcessor.h
@@ -9,8 +9,8 @@
9
// Coding style: https://mlir.llvm.org/getting_started/DeveloperGuide/
10
//
11
//===----------------------------------------------------------------------===//
12
-#ifndef FORTRAN_LOWER_CLAUASEPROCESSOR_H
13
-#define FORTRAN_LOWER_CLAUASEPROCESSOR_H
+#ifndef FORTRAN_LOWER_CLAUSEPROCESSOR_H
+#define FORTRAN_LOWER_CLAUSEPROCESSOR_H
14
15
#include "Clauses.h"
16
#include "DirectivesCommon.h"
@@ -312,4 +312,4 @@ bool ClauseProcessor::markClauseOccurrence(mlir::UnitAttr &result) const {
312
} // namespace lower
313
} // namespace Fortran
314
315
-#endif // FORTRAN_LOWER_CLAUASEPROCESSOR_H
+#endif // FORTRAN_LOWER_CLAUSEPROCESSOR_H
0 commit comments