These two are default in the constructor for MCAsmInfo.

llvm-svn: 178293
This commit is contained in:
Eric Christopher 2013-03-28 21:37:18 +00:00
parent 320dcf6876
commit 6c75232cf0
1 changed files with 0 additions and 2 deletions

View 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";
}