[flang][NFC] Fix header guard

Fix header guard to fit other files.

Reviewed By: kiranchandramohan

Differential Revision: https://reviews.llvm.org/D117662
This commit is contained in:
Valentin Clement 2022-01-20 10:23:47 +01:00
parent 7a1579ac67
commit 96ca6d312c
No known key found for this signature in database
GPG Key ID: 086D54783C928776
1 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef OPTIMIZER_TRANSFORMS_PASSES_H
#define OPTIMIZER_TRANSFORMS_PASSES_H
#ifndef FORTRAN_OPTIMIZER_TRANSFORMS_PASSES_H
#define FORTRAN_OPTIMIZER_TRANSFORMS_PASSES_H
#include "mlir/Pass/Pass.h"
#include "mlir/Pass/PassRegistry.h"
@ -46,4 +46,4 @@ bool canLegallyInline(mlir::Operation *op, mlir::Region *reg,
} // namespace fir
#endif // OPTIMIZER_TRANSFORMS_PASSES_H
#endif // FORTRAN_OPTIMIZER_TRANSFORMS_PASSES_H