diff options
Diffstat (limited to 'lib/Target/Hexagon/HexagonDepArch.h')
| -rw-r--r-- | lib/Target/Hexagon/HexagonDepArch.h | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/lib/Target/Hexagon/HexagonDepArch.h b/lib/Target/Hexagon/HexagonDepArch.h index 1009aa39cefb..dc75f8f63400 100644 --- a/lib/Target/Hexagon/HexagonDepArch.h +++ b/lib/Target/Hexagon/HexagonDepArch.h @@ -1,4 +1,4 @@ -//===--- HexagonDepArch.h -------------------------------------------------===// +//===- HexagonDepArch.h ---------------------------------------------------===// // // The LLVM Compiler Infrastructure // @@ -6,5 +6,16 @@ // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// +// Automatically generated file, please consult code owner before editing. +//===----------------------------------------------------------------------===// + + -enum HexagonArchEnum { V4,V5,V55,V60,V62 }; +#ifndef HEXAGON_DEP_ARCH_H +#define HEXAGON_DEP_ARCH_H +namespace llvm { +namespace Hexagon { +enum class ArchEnum { V4,V5,V55,V60,V62,V65 }; +} // namespace Hexagon +} // namespace llvm; +#endif // HEXAGON_DEP_ARCH_H |
