summaryrefslogtreecommitdiff
path: root/lib/Target/R600/MCTargetDesc
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-03-28 21:37:18 +0000
committerEric Christopher <echristo@gmail.com>2013-03-28 21:37:18 +0000
commit8e4cd40b27adebd06aa2565111a7f5b2555b2b75 (patch)
treecf23a10f7bb6489e196727d9893f94cfd583eb5a /lib/Target/R600/MCTargetDesc
parenta46f82dbf94e970f6e61b56a7da8bb19d217f31a (diff)
downloadllvm-8e4cd40b27adebd06aa2565111a7f5b2555b2b75.tar.gz
llvm-8e4cd40b27adebd06aa2565111a7f5b2555b2b75.tar.bz2
llvm-8e4cd40b27adebd06aa2565111a7f5b2555b2b75.tar.xz
These two are default in the constructor for MCAsmInfo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178293 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/R600/MCTargetDesc')
-rw-r--r--lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp b/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp
index 4d3d3e7945..b7cdd7c8cd 100644
--- a/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp
+++ b/lib/Target/R600/MCTargetDesc/AMDGPUMCAsmInfo.cpp
@@ -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";
}