[AVR] Import the LLVM namespace inside AVRMCTargetDesc.cpp

llvm-svn: 282598
This commit is contained in:
Dylan McKay 2016-09-28 15:35:26 +00:00
parent e762094864
commit 536239f144
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@
#define GET_REGINFO_MC_DESC
#include "AVRGenRegisterInfo.inc"
using namespace llvm;
static MCInstrInfo *createAVRMCInstrInfo() {
MCInstrInfo *X = new MCInstrInfo();
InitAVRMCInstrInfo(X);