From: Rafael Espindola Date: Wed, 7 Oct 2015 20:32:24 +0000 (+0000) Subject: git-clang-format r249548. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5aa05ff94c3005a0c9be94f991509d0c64ad19ac;p=oota-llvm.git git-clang-format r249548. Sorry for missing this the first time. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249610 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/MC/MCSectionELF.h b/include/llvm/MC/MCSectionELF.h index 52e6d949376..b3bb3ad4e02 100644 --- a/include/llvm/MC/MCSectionELF.h +++ b/include/llvm/MC/MCSectionELF.h @@ -27,7 +27,7 @@ class MCSymbol; /// This represents a section on linux, lots of unix variants and some bare /// metal systems. -class MCSectionELF final : public MCSection { +class MCSectionELF final : public MCSection { /// This is the name of the section. The referenced memory is owned by /// TargetLoweringObjectFileELF's ELFUniqueMap. StringRef SectionName; diff --git a/lib/Target/NVPTX/NVPTXISelLowering.cpp b/lib/Target/NVPTX/NVPTXISelLowering.cpp index b5ebc91c692..d39c3d13767 100644 --- a/lib/Target/NVPTX/NVPTXISelLowering.cpp +++ b/lib/Target/NVPTX/NVPTXISelLowering.cpp @@ -4566,25 +4566,25 @@ void NVPTXTargetLowering::ReplaceNodeResults( void NVPTXSection::anchor() {} NVPTXTargetObjectFile::~NVPTXTargetObjectFile() { - delete static_cast(TextSection); - delete static_cast(DataSection); - delete static_cast(BSSSection); - delete static_cast(ReadOnlySection); - - delete static_cast(StaticCtorSection); - delete static_cast(StaticDtorSection); - delete static_cast(LSDASection); - delete static_cast(EHFrameSection); - delete static_cast(DwarfAbbrevSection); - delete static_cast(DwarfInfoSection); - delete static_cast(DwarfLineSection); - delete static_cast(DwarfFrameSection); - delete static_cast(DwarfPubTypesSection); - delete static_cast(DwarfDebugInlineSection); - delete static_cast(DwarfStrSection); - delete static_cast(DwarfLocSection); - delete static_cast(DwarfARangesSection); - delete static_cast(DwarfRangesSection); + delete static_cast(TextSection); + delete static_cast(DataSection); + delete static_cast(BSSSection); + delete static_cast(ReadOnlySection); + + delete static_cast(StaticCtorSection); + delete static_cast(StaticDtorSection); + delete static_cast(LSDASection); + delete static_cast(EHFrameSection); + delete static_cast(DwarfAbbrevSection); + delete static_cast(DwarfInfoSection); + delete static_cast(DwarfLineSection); + delete static_cast(DwarfFrameSection); + delete static_cast(DwarfPubTypesSection); + delete static_cast(DwarfDebugInlineSection); + delete static_cast(DwarfStrSection); + delete static_cast(DwarfLocSection); + delete static_cast(DwarfARangesSection); + delete static_cast(DwarfRangesSection); } MCSection *