MC: Explicity track section and fragment ordinals.
[oota-llvm.git] / lib / MC / MCAsmInfo.cpp
index f3f063f4e9f6370607da7f6e5d41ff2ab5545c3e..c96ff82b308d0b5de353acea3e39ed82da73a180 100644 (file)
@@ -68,10 +68,8 @@ MCAsmInfo::MCAsmInfo() {
   ExceptionsType = ExceptionHandling::None;
   DwarfRequiresFrameSection = true;
   DwarfUsesInlineInfoSection = false;
-  Is_EHSymbolPrivate = true;
-  GlobalEHDirective = 0;
-  SupportsWeakOmittedEHFrame = true;
   DwarfSectionOffsetDirective = 0;
+  HasMicrosoftFastStdCallMangling = false;
 
   AsmTransCBE = 0;
 }