forked from OSchip/llvm-project
[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:
parent
7a1579ac67
commit
96ca6d312c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue