Nikolai Bozhenov | 82f0801 | 2017-05-29 09:48:30 +0000 | [diff] [blame] | 1 | //===-- 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" |
Nikolai Bozhenov | ebbde14 | 2017-09-19 11:54:29 +0000 | [diff] [blame^] | 16 | #include "llvm/MC/MCSubtargetInfo.h" |
Nikolai Bozhenov | 82f0801 | 2017-05-29 09:48:30 +0000 | [diff] [blame] | 17 | |
| 18 | using namespace llvm; |
| 19 | |
| 20 | #define GET_INSTRINFO_MC_DESC |
| 21 | #include "Nios2GenInstrInfo.inc" |
| 22 | |
Nikolai Bozhenov | ebbde14 | 2017-09-19 11:54:29 +0000 | [diff] [blame^] | 23 | #define GET_SUBTARGETINFO_MC_DESC |
| 24 | #include "Nios2GenSubtargetInfo.inc" |
| 25 | |
Nikolai Bozhenov | 82f0801 | 2017-05-29 09:48:30 +0000 | [diff] [blame] | 26 | #define GET_REGINFO_MC_DESC |
| 27 | #include "Nios2GenRegisterInfo.inc" |
| 28 | |
| 29 | extern "C" void LLVMInitializeNios2TargetMC() {} |