1 //===-- R600MCTargetDesc.cpp - R600 Target Descriptions -------------------===//
3 // The LLVM Compiler Infrastructure
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
11 /// \brief This file provides R600 specific target descriptions.
13 //===----------------------------------------------------------------------===//
15 #include "AMDGPUMCTargetDesc.h"
16 #include "llvm/MC/MCInstrInfo.h"
20 #define GET_INSTRINFO_MC_DESC
21 #include "R600GenInstrInfo.inc"
23 MCInstrInfo
*llvm::createR600MCInstrInfo() {
24 MCInstrInfo
*X
= new MCInstrInfo();
25 InitR600MCInstrInfo(X
);