MC: Explicity track section and fragment ordinals.
[oota-llvm.git] / lib / MC / MCAsmInfo.cpp
index bda700b6aa7344eb9174142caa0b2f950208ed7a..c96ff82b308d0b5de353acea3e39ed82da73a180 100644 (file)
@@ -69,6 +69,7 @@ MCAsmInfo::MCAsmInfo() {
   DwarfRequiresFrameSection = true;
   DwarfUsesInlineInfoSection = false;
   DwarfSectionOffsetDirective = 0;
+  HasMicrosoftFastStdCallMangling = false;
 
   AsmTransCBE = 0;
 }