[llvm] r178293 - These two are default in the constructor for MCAsmInfo.
Eric Christopher
echristo at gmail.com
Thu Mar 28 14:37:18 PDT 2013
Author: echristo
Date: Thu Mar 28 16:37:18 2013
New Revision: 178293
URL: http://llvm.org/viewvc/llvm-project?rev=178293&view=rev
Log:
These two are default in the constructor for MCAsmInfo.
Modified:
llvm/trunk/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp
Modified: llvm/trunk/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp?rev=178293&r1=178292&r2=178293&view=diff
==============================================================================
--- llvm/trunk/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp (original)
+++ llvm/trunk/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp Thu Mar 28 16:37:18 2013
@@ -68,8 +68,6 @@ AMDGPUMCAsmInfo::AMDGPUMCAsmInfo(const T
//===--- Dwarf Emission Directives -----------------------------------===//
HasLEB128 = true;
SupportsDebugInformation = true;
- ExceptionsType = ExceptionHandling::None;
- DwarfUsesInlineInfoSection = false;
DwarfSectionOffsetDirective = ".offset";
}
More information about the llvm-commits
mailing list