diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-04 21:29:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-04 21:29:44 +0000 |
commit | 0887fa0b8c966234025535d4adcbd5f562a3c0a5 (patch) | |
tree | 6874aebd5e288cc56c587762545248134a6c66e5 /lib/MC/MCAsmInfo.cpp | |
parent | e0103f03f05b770ebfc42152357a62acd8671945 (diff) |
isAbsoluteEHSectionOffsets always returns false, eliminate it
and substitute false at the one call site.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100354 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAsmInfo.cpp')
-rw-r--r-- | lib/MC/MCAsmInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/MC/MCAsmInfo.cpp b/lib/MC/MCAsmInfo.cpp index c96ff82b30..0306dec363 100644 --- a/lib/MC/MCAsmInfo.cpp +++ b/lib/MC/MCAsmInfo.cpp @@ -61,7 +61,6 @@ MCAsmInfo::MCAsmInfo() { HiddenVisibilityAttr = MCSA_Hidden; ProtectedVisibilityAttr = MCSA_Protected; AbsoluteDebugSectionOffsets = false; - AbsoluteEHSectionOffsets = false; HasLEB128 = false; HasDotLocAndDotFile = false; SupportsDebugInformation = false; |