summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/MCSectionXCore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/XCore/MCSectionXCore.cpp')
-rw-r--r--lib/Target/XCore/MCSectionXCore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/XCore/MCSectionXCore.cpp b/lib/Target/XCore/MCSectionXCore.cpp
index a40f0326a5..5acceafe9e 100644
--- a/lib/Target/XCore/MCSectionXCore.cpp
+++ b/lib/Target/XCore/MCSectionXCore.cpp
@@ -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 MCAsmInfo &TAI,
+void MCSectionXCore::PrintTargetSpecificSectionFlags(const MCAsmInfo &MAI,
raw_ostream &OS) const {
if (getFlags() & MCSectionXCore::SHF_CP_SECTION)
OS << 'c';