summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetAsmInfo.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-01-05 22:53:45 +0000
committerBill Wendling <isanbard@gmail.com>2009-01-05 22:53:45 +0000
commitf9b5ba7bcb38f887268fa363f0a3ccbce1974a04 (patch)
treee9085d35882950e1f33c74ea2880c537af3a0abc /llvm/lib/Target/TargetAsmInfo.cpp
parent8f8e40a324f6855f9443693acb30343515081d2b (diff)
downloadbcm5719-llvm-f9b5ba7bcb38f887268fa363f0a3ccbce1974a04.tar.gz
bcm5719-llvm-f9b5ba7bcb38f887268fa363f0a3ccbce1974a04.zip
Revert r61415 and r61484. Duncan was correct that these weren't needed.
llvm-svn: 61765
Diffstat (limited to 'llvm/lib/Target/TargetAsmInfo.cpp')
-rw-r--r--llvm/lib/Target/TargetAsmInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/TargetAsmInfo.cpp b/llvm/lib/Target/TargetAsmInfo.cpp
index 0cf969cf3a8..532b8b9a5bb 100644
--- a/llvm/lib/Target/TargetAsmInfo.cpp
+++ b/llvm/lib/Target/TargetAsmInfo.cpp
@@ -99,9 +99,7 @@ void TargetAsmInfo::fillDefaultValues() {
SupportsDebugInformation = false;
SupportsExceptionHandling = false;
DwarfRequiresFrameSection = true;
- FDEEncodingRequiresSData4 = true;
NonLocalEHFrameLabel = false;
- Force32BitFDEReference = true;
GlobalEHDirective = 0;
SupportsWeakOmittedEHFrame = true;
DwarfSectionOffsetDirective = 0;
OpenPOWER on IntegriCloud