R600/SI: Use same complex patterns for DS atomics
[oota-llvm.git] / lib / MC / MCAsmInfo.cpp
index f8081ef97d3fe478c08cc7f77d30483dd1c8f32e..ed3d5edb2e75271df61b6b2f216b0cdabd605e9e 100644 (file)
@@ -79,10 +79,9 @@ MCAsmInfo::MCAsmInfo() {
   HiddenVisibilityAttr = MCSA_Hidden;
   HiddenDeclarationVisibilityAttr = MCSA_Hidden;
   ProtectedVisibilityAttr = MCSA_Protected;
-  HasLEB128 = false;
   SupportsDebugInformation = false;
   ExceptionsType = ExceptionHandling::None;
-  WinEHEncodingType = WinEH::EncodingType::ET_Invalid;
+  WinEHEncodingType = WinEH::EncodingType::Invalid;
   DwarfUsesRelocationsAcrossSections = true;
   DwarfFDESymbolsUseAbsDiff = false;
   DwarfRegNumForCFI = false;