blob: 92573d3313267e38467c307a1e6764e194a95813 [file] [log] [blame]
//===--- HexagonDepArch.h -------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef HEXAGON_DEP_ARCH_H
#define HEXAGON_DEP_ARCH_H
namespace llvm {
namespace Hexagon {
enum class ArchEnum { V4, V5, V55, V60, V62 };
} // namespace Hexagon
} // namespace llvm
#endif // HEXAGON_DEP_ARCH_H