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" |
| 16 | |
| 17 | using 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 | |
| 25 | extern "C" void LLVMInitializeNios2TargetMC() {} |