diff options
| author | Bill Wendling <isanbard@gmail.com> | 2009-01-05 22:53:45 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2009-01-05 22:53:45 +0000 |
| commit | d60de5187833d7d818edaab6351244255e1a1007 (patch) | |
| tree | 8e0332927059c0d64685bceac0c85830ae583d41 /lib/Target/TargetAsmInfo.cpp | |
| parent | a80c859df377908c687d59e9c0fc65006796b719 (diff) | |
Revert r61415 and r61484. Duncan was correct that these weren't needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61765 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetAsmInfo.cpp')
| -rw-r--r-- | lib/Target/TargetAsmInfo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp index 0cf969cf3a..532b8b9a5b 100644 --- a/lib/Target/TargetAsmInfo.cpp +++ b/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; |
