blob: dc75f8f634008b99d600b7f6e6a8167711224f4b [file] [log] [blame]
Krzysztof Parzyszeka8ab1b72017-12-11 18:57:54 +00001//===- HexagonDepArch.h ---------------------------------------------------===//
Krzysztof Parzyszeka72fad92017-02-10 15:33:13 +00002//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
Krzysztof Parzyszeka8ab1b72017-12-11 18:57:54 +00009// Automatically generated file, please consult code owner before editing.
10//===----------------------------------------------------------------------===//
11
12
Krzysztof Parzyszeka72fad92017-02-10 15:33:13 +000013
Sumanth Gundapaneni9d954c42017-10-18 17:45:22 +000014#ifndef HEXAGON_DEP_ARCH_H
15#define HEXAGON_DEP_ARCH_H
16namespace llvm {
17namespace Hexagon {
Krzysztof Parzyszeka8ab1b72017-12-11 18:57:54 +000018enum class ArchEnum { V4,V5,V55,V60,V62,V65 };
Sumanth Gundapaneni9d954c42017-10-18 17:45:22 +000019} // namespace Hexagon
Krzysztof Parzyszeka8ab1b72017-12-11 18:57:54 +000020} // namespace llvm;
Sumanth Gundapaneni9d954c42017-10-18 17:45:22 +000021#endif // HEXAGON_DEP_ARCH_H