rename TAI -> MAI, being careful not to make MAILJMP instructions :)
llvm-svn: 79777
diff --git a/llvm/lib/Target/PIC16/PIC16DebugInfo.h b/llvm/lib/Target/PIC16/PIC16DebugInfo.h
index ae677ca..2ccaba3 100644
--- a/llvm/lib/Target/PIC16/PIC16DebugInfo.h
+++ b/llvm/lib/Target/PIC16/PIC16DebugInfo.h
@@ -92,7 +92,7 @@
class PIC16DbgInfo {
formatted_raw_ostream &O;
- const MCAsmInfo *TAI;
+ const MCAsmInfo *MAI;
std::string CurFile;
unsigned CurLine;
@@ -102,7 +102,7 @@
public:
PIC16DbgInfo(formatted_raw_ostream &o, const MCAsmInfo *T)
- : O(o), TAI(T) {
+ : O(o), MAI(T) {
CurFile = "";
CurLine = 0;
EmitDebugDirectives = false;