move three lowering hooks from MAI to TLOF and make one of them
[oota-llvm.git] / lib / MC / MCAsmInfo.cpp
index f3f063f4e9f6370607da7f6e5d41ff2ab5545c3e..bda700b6aa7344eb9174142caa0b2f950208ed7a 100644 (file)
@@ -68,9 +68,6 @@ MCAsmInfo::MCAsmInfo() {
   ExceptionsType = ExceptionHandling::None;
   DwarfRequiresFrameSection = true;
   DwarfUsesInlineInfoSection = false;
-  Is_EHSymbolPrivate = true;
-  GlobalEHDirective = 0;
-  SupportsWeakOmittedEHFrame = true;
   DwarfSectionOffsetDirective = 0;
 
   AsmTransCBE = 0;