From 757dd1cd93eda48b15e3ff77771c92bf60562124 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 22 Aug 2009 20:56:12 +0000 Subject: revert 79764, my dependencies failed me again. llvm-svn: 79767 --- llvm/lib/Target/PIC16/PIC16DebugInfo.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'llvm/lib/Target/PIC16/PIC16DebugInfo.h') diff --git a/llvm/lib/Target/PIC16/PIC16DebugInfo.h b/llvm/lib/Target/PIC16/PIC16DebugInfo.h index d4d3a21b51a..ae677caaa44 100644 --- a/llvm/lib/Target/PIC16/PIC16DebugInfo.h +++ b/llvm/lib/Target/PIC16/PIC16DebugInfo.h @@ -92,6 +92,7 @@ namespace llvm { class PIC16DbgInfo { formatted_raw_ostream &O; + const MCAsmInfo *TAI; std::string CurFile; unsigned CurLine; @@ -100,7 +101,8 @@ namespace llvm { bool EmitDebugDirectives; public: - PIC16DbgInfo(formatted_raw_ostream &o): O(o) { + PIC16DbgInfo(formatted_raw_ostream &o, const MCAsmInfo *T) + : O(o), TAI(T) { CurFile = ""; CurLine = 0; EmitDebugDirectives = false; -- cgit v1.2.3