blob: d913166399c677f149947489f78c8d3f752868de [file] [log] [blame]
Nikolai Bozhenov82f08012017-05-29 09:48:30 +00001//===-- Nios2MCTargetDesc.cpp - Nios2 Target Descriptions -----------------===//
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 Nios2 specific target descriptions.
11//
12//===----------------------------------------------------------------------===//
13
14#include "Nios2MCTargetDesc.h"
15#include "llvm/MC/MCInstrInfo.h"
16
17using namespace llvm;
18
19#define GET_INSTRINFO_MC_DESC
20#include "Nios2GenInstrInfo.inc"
21
22#define GET_REGINFO_MC_DESC
23#include "Nios2GenRegisterInfo.inc"
24
25extern "C" void LLVMInitializeNios2TargetMC() {}