diff options
author | Chris Lattner <sabre@nondot.org> | 2010-03-12 21:03:47 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-03-12 21:03:47 +0000 |
commit | 8a29fa6e02c8a76a71f43fc8bf4e51dd12bac4bc (patch) | |
tree | 460db886b543b78fc74f8381dcdc152f62c1fbb3 /lib/MC/MCAsmInfo.cpp | |
parent | df3c8f29691a1e3f9ac4afbf05be52dbc898dae9 (diff) |
move fastcall/stdcall mangling up into Mangler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98384 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAsmInfo.cpp')
-rw-r--r-- | lib/MC/MCAsmInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MC/MCAsmInfo.cpp b/lib/MC/MCAsmInfo.cpp index bda700b6aa..c96ff82b30 100644 --- a/lib/MC/MCAsmInfo.cpp +++ b/lib/MC/MCAsmInfo.cpp @@ -69,6 +69,7 @@ MCAsmInfo::MCAsmInfo() { DwarfRequiresFrameSection = true; DwarfUsesInlineInfoSection = false; DwarfSectionOffsetDirective = 0; + HasMicrosoftFastStdCallMangling = false; AsmTransCBE = 0; } |