forked from OSchip/llvm-project
11 lines
386 B
C
11 lines
386 B
C
//===--- 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 };
|