summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/MCSectionXCore.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/XCore/MCSectionXCore.h')
-rw-r--r--lib/Target/XCore/MCSectionXCore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/XCore/MCSectionXCore.h b/lib/Target/XCore/MCSectionXCore.h
index 7396f4e4c1..02f8f95572 100644
--- a/lib/Target/XCore/MCSectionXCore.h
+++ b/lib/Target/XCore/MCSectionXCore.h
@@ -44,7 +44,7 @@ public:
/// PrintTargetSpecificSectionFlags - This handles the XCore-specific cp/dp
/// section flags.
- virtual void PrintTargetSpecificSectionFlags(const MCAsmInfo &TAI,
+ virtual void PrintTargetSpecificSectionFlags(const MCAsmInfo &MAI,
raw_ostream &OS) const;
};