2017-02-10 23:33:13 +08:00
|
|
|
//===--- HexagonDepArch.h -------------------------------------------------===//
|
|
|
|
//
|
|
|
|
// The LLVM Compiler Infrastructure
|
|
|
|
//
|
|
|
|
// This file is distributed under the University of Illinois Open Source
|
|
|
|
// License. See LICENSE.TXT for details.
|
|
|
|
//
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
2017-02-11 07:46:45 +08:00
|
|
|
enum HexagonArchEnum { V4,V5,V55,V60,V62 };
|