blob: 1009aa39cefb91fd386933bdab2d827194951230 (
plain)
1
2
3
4
5
6
7
8
9
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 };
|