summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonDepArch.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/Hexagon/HexagonDepArch.h')
-rw-r--r--lib/Target/Hexagon/HexagonDepArch.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Target/Hexagon/HexagonDepArch.h b/lib/Target/Hexagon/HexagonDepArch.h
new file mode 100644
index 0000000000000..1009aa39cefb9
--- /dev/null
+++ b/lib/Target/Hexagon/HexagonDepArch.h
@@ -0,0 +1,10 @@
+//===--- HexagonDepArch.h -------------------------------------------------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+enum HexagonArchEnum { V4,V5,V55,V60,V62 };