summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PIC16/PIC16AsmPrinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16AsmPrinter.h')
-rw-r--r--llvm/lib/Target/PIC16/PIC16AsmPrinter.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16AsmPrinter.h b/llvm/lib/Target/PIC16/PIC16AsmPrinter.h
index 32a2ebdca91..adcd64d44ea 100644
--- a/llvm/lib/Target/PIC16/PIC16AsmPrinter.h
+++ b/llvm/lib/Target/PIC16/PIC16AsmPrinter.h
@@ -17,6 +17,8 @@
#include "PIC16.h"
#include "PIC16TargetMachine.h"
+#include "PIC16DebugInfo.h"
+#include "llvm/Analysis/DebugInfo.h"
#include "PIC16TargetAsmInfo.h"
#include "llvm/CodeGen/AsmPrinter.h"
#include "llvm/Support/CommandLine.h"
@@ -53,6 +55,7 @@ namespace llvm {
void EmitRomData (Module &M);
void emitFunctionData(MachineFunction &MF);
void printLibcallDecls(void);
+ void EmitVarDebugInfo (Module &M);
protected:
bool doInitialization(Module &M);
@@ -60,6 +63,7 @@ namespace llvm {
private:
PIC16TargetLowering *PTLI;
+ PIC16DbgInfo DbgInfo;
const PIC16TargetAsmInfo *PTAI;
std::list<const char *> LibcallDecls; // List of extern decls.
};
OpenPOWER on IntegriCloud