torch-mlir/include/npcomp/Typing/CPA/Interfaces.h

27 lines
733 B
C
Raw Normal View History

//===- Interfaces.h - Interfaces for IR types -----------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
#ifndef NPCOMP_TYPING_CPA_INTERFACES_H
#define NPCOMP_TYPING_CPA_INTERFACES_H
#include "npcomp/Typing/CPA/Support.h"
namespace mlir {
namespace NPCOMP {
namespace Typing {
namespace CPA {
#include "npcomp/Typing/CPA/Interfaces.h.inc"
} // namespace CPA
} // namespace Typing
} // namespace NPCOMP
} // namespace mlir
#endif // NPCOMP_TYPING_CPA_INTERFACES_H