forked from OSchip/llvm-project
[AVR] Import the LLVM namespace inside AVRMCTargetDesc.cpp
llvm-svn: 282598
This commit is contained in:
parent
e762094864
commit
536239f144
|
@ -31,6 +31,8 @@
|
|||
#define GET_REGINFO_MC_DESC
|
||||
#include "AVRGenRegisterInfo.inc"
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
static MCInstrInfo *createAVRMCInstrInfo() {
|
||||
MCInstrInfo *X = new MCInstrInfo();
|
||||
InitAVRMCInstrInfo(X);
|
||||
|
|
Loading…
Reference in New Issue