diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-03-10 07:20:42 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-03-10 07:20:42 +0000 |
| commit | 71c30c164f5545a7ddb675b14a78c11ebf764b88 (patch) | |
| tree | 42ce5e908a07a7be95d6b2e8f505cae2544c74e6 /llvm/lib/MC/MCAsmInfo.cpp | |
| parent | ba2e6c6b73b3a439eccb42121c590cf84089df20 (diff) | |
| download | bcm5719-llvm-71c30c164f5545a7ddb675b14a78c11ebf764b88.tar.gz bcm5719-llvm-71c30c164f5545a7ddb675b14a78c11ebf764b88.zip | |
move three lowering hooks from MAI to TLOF and make one of them
semantic instead of syntactic. This completes MCization of
darwin/x86[-64]!
llvm-svn: 98145
Diffstat (limited to 'llvm/lib/MC/MCAsmInfo.cpp')
| -rw-r--r-- | llvm/lib/MC/MCAsmInfo.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/MC/MCAsmInfo.cpp b/llvm/lib/MC/MCAsmInfo.cpp index f3f063f4e9f..bda700b6aa7 100644 --- a/llvm/lib/MC/MCAsmInfo.cpp +++ b/llvm/lib/MC/MCAsmInfo.cpp @@ -68,9 +68,6 @@ MCAsmInfo::MCAsmInfo() { ExceptionsType = ExceptionHandling::None; DwarfRequiresFrameSection = true; DwarfUsesInlineInfoSection = false; - Is_EHSymbolPrivate = true; - GlobalEHDirective = 0; - SupportsWeakOmittedEHFrame = true; DwarfSectionOffsetDirective = 0; AsmTransCBE = 0; |

