Skip to content

Commit 536239f

Browse files
author
Dylan McKay
committed
[AVR] Import the LLVM namespace inside AVRMCTargetDesc.cpp
llvm-svn: 282598
1 parent e762094 commit 536239f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
#define GET_REGINFO_MC_DESC
3232
#include "AVRGenRegisterInfo.inc"
3333

34+
using namespace llvm;
35+
3436
static MCInstrInfo *createAVRMCInstrInfo() {
3537
MCInstrInfo *X = new MCInstrInfo();
3638
InitAVRMCInstrInfo(X);

0 commit comments

Comments
 (0)