rename TAI -> MAI, being careful not to make MAILJMP instructions :)
[oota-llvm.git] / lib / Target / XCore / MCSectionXCore.cpp
index d2bb9e47d8ae83cda9ed1f26a96aaea6123cf844..5acceafe9ea3b54f586745cae06b27912b1ac233 100644 (file)
@@ -26,7 +26,7 @@ MCSectionXCore::Create(const StringRef &Section, unsigned Type,
 
 /// PrintTargetSpecificSectionFlags - This handles the XCore-specific cp/dp
 /// section flags.
-void MCSectionXCore::PrintTargetSpecificSectionFlags(const TargetAsmInfo &TAI,
+void MCSectionXCore::PrintTargetSpecificSectionFlags(const MCAsmInfo &MAI,
                                                      raw_ostream &OS) const {
   if (getFlags() & MCSectionXCore::SHF_CP_SECTION)
     OS << 'c';