diff options
Diffstat (limited to 'lib/Target/PIC16/PIC16DebugInfo.h')
-rw-r--r-- | lib/Target/PIC16/PIC16DebugInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/PIC16/PIC16DebugInfo.h b/lib/Target/PIC16/PIC16DebugInfo.h index ae677ca..2ccaba3 100644 --- a/lib/Target/PIC16/PIC16DebugInfo.h +++ b/lib/Target/PIC16/PIC16DebugInfo.h @@ -92,7 +92,7 @@ namespace llvm { class PIC16DbgInfo { formatted_raw_ostream &O; - const MCAsmInfo *TAI; + const MCAsmInfo *MAI; std::string CurFile; unsigned CurLine; @@ -102,7 +102,7 @@ namespace llvm { public: PIC16DbgInfo(formatted_raw_ostream &o, const MCAsmInfo *T) - : O(o), TAI(T) { + : O(o), MAI(T) { CurFile = ""; CurLine = 0; EmitDebugDirectives = false; |