These two are default in the constructor for MCAsmInfo.
authorEric Christopher <echristo@gmail.com>
Thu, 28 Mar 2013 21:37:18 +0000 (21:37 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 28 Mar 2013 21:37:18 +0000 (21:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178293 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp

index 4d3d3e7945e0f44f4f84c02cb2d462e5a3468406..b7cdd7c8cde93eef0fe463ef4c52799d2023643a 100644 (file)
@@ -68,8 +68,6 @@ AMDGPUMCAsmInfo::AMDGPUMCAsmInfo(const Target &T, StringRef &TT) : MCAsmInfo() {
   //===--- Dwarf Emission Directives -----------------------------------===//
   HasLEB128 = true;
   SupportsDebugInformation = true;
-  ExceptionsType = ExceptionHandling::None;
-  DwarfUsesInlineInfoSection = false;
   DwarfSectionOffsetDirective = ".offset";
 
 }