forked from OSchip/llvm-project
[mlir] Harmonize TOSA include guards
Reviewed By: sjarus Differential Revision: https://reviews.llvm.org/D102802
This commit is contained in:
parent
35454268cf
commit
f878e1af9f
|
@ -10,8 +10,8 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef DIALECT_TOSA_IR_TOSA_OPS_H
|
||||
#define DIALECT_TOSA_IR_TOSA_OPS_H
|
||||
#ifndef MLIR_DIALECT_TOSA_IR_TOSAOPS_H
|
||||
#define MLIR_DIALECT_TOSA_IR_TOSAOPS_H
|
||||
|
||||
#include "mlir/Dialect/Quant/QuantOps.h"
|
||||
#include "mlir/Dialect/Traits.h"
|
||||
|
@ -35,4 +35,4 @@ namespace tosa {
|
|||
#define GET_OP_CLASSES
|
||||
#include "mlir/Dialect/Tosa/IR/TosaOps.h.inc"
|
||||
|
||||
#endif // TOSA_OPS_H
|
||||
#endif // MLIR_DIALECT_TOSA_IR_TOSAOPS_H
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef DIALECT_TOSA_TRANSFORMS_PASSDETAIL_H
|
||||
#define DIALECT_TOSA_TRANSFORMS_PASSDETAIL_H
|
||||
#ifndef MLIR_DIALECT_TOSA_TRANSFORMS_PASSDETAIL_H
|
||||
#define MLIR_DIALECT_TOSA_TRANSFORMS_PASSDETAIL_H
|
||||
|
||||
#include "mlir/Pass/Pass.h"
|
||||
|
||||
|
@ -18,4 +18,4 @@ namespace mlir {
|
|||
|
||||
} // end namespace mlir
|
||||
|
||||
#endif // DIALECT_TOSA_TRANSFORMS_PASSDETAIL_H
|
||||
#endif // MLIR_DIALECT_TOSA_TRANSFORMS_PASSDETAIL_H
|
||||
|
|
Loading…
Reference in New Issue