Revert "include/llvm: Add R600 Intrinsics v6"
[oota-llvm.git] / lib / Target / AMDGPU / MCTargetDesc / AMDGPUMCTargetDesc.h
1 //===-- AMDGPUMCTargetDesc.h - AMDGPU Target Descriptions -----*- C++ -*-===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 // This file provides AMDGPU specific target descriptions.
11 //
12 //===----------------------------------------------------------------------===//
13 //
14
15 #ifndef AMDGPUMCTARGETDESC_H
16 #define AMDGPUMCTARGETDESC_H
17
18 namespace llvm {
19 class MCSubtargetInfo;
20 class Target;
21
22 extern Target TheAMDGPUTarget;
23
24 } // End llvm namespace
25
26 #define GET_REGINFO_ENUM
27 #include "AMDGPUGenRegisterInfo.inc"
28
29 #define GET_INSTRINFO_ENUM
30 #include "AMDGPUGenInstrInfo.inc"
31
32 #define GET_SUBTARGETINFO_ENUM
33 #include "AMDGPUGenSubtargetInfo.inc"
34
35 #endif // AMDGPUMCTARGETDESC_H