[llvm] r249610 - git-clang-format r249548.

Rafael Espindola via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 13:32:24 PDT 2015


Author: rafael
Date: Wed Oct  7 15:32:24 2015
New Revision: 249610

URL: http://llvm.org/viewvc/llvm-project?rev=249610&view=rev
Log:
git-clang-format r249548.

Sorry for missing this the first time.

Modified:
    llvm/trunk/include/llvm/MC/MCSectionELF.h
    llvm/trunk/lib/Target/NVPTX/NVPTXISelLowering.cpp

Modified: llvm/trunk/include/llvm/MC/MCSectionELF.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCSectionELF.h?rev=249610&r1=249609&r2=249610&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCSectionELF.h (original)
+++ llvm/trunk/include/llvm/MC/MCSectionELF.h Wed Oct  7 15:32:24 2015
@@ -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;

Modified: llvm/trunk/lib/Target/NVPTX/NVPTXISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/NVPTX/NVPTXISelLowering.cpp?rev=249610&r1=249609&r2=249610&view=diff
==============================================================================
--- llvm/trunk/lib/Target/NVPTX/NVPTXISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/NVPTX/NVPTXISelLowering.cpp Wed Oct  7 15:32:24 2015
@@ -4566,25 +4566,25 @@ void NVPTXTargetLowering::ReplaceNodeRes
 void NVPTXSection::anchor() {}
 
 NVPTXTargetObjectFile::~NVPTXTargetObjectFile() {
-  delete static_cast<NVPTXSection*>(TextSection);
-  delete static_cast<NVPTXSection*>(DataSection);
-  delete static_cast<NVPTXSection*>(BSSSection);
-  delete static_cast<NVPTXSection*>(ReadOnlySection);
+  delete static_cast<NVPTXSection *>(TextSection);
+  delete static_cast<NVPTXSection *>(DataSection);
+  delete static_cast<NVPTXSection *>(BSSSection);
+  delete static_cast<NVPTXSection *>(ReadOnlySection);
 
-  delete static_cast<NVPTXSection*>(StaticCtorSection);
-  delete static_cast<NVPTXSection*>(StaticDtorSection);
-  delete static_cast<NVPTXSection*>(LSDASection);
-  delete static_cast<NVPTXSection*>(EHFrameSection);
-  delete static_cast<NVPTXSection*>(DwarfAbbrevSection);
-  delete static_cast<NVPTXSection*>(DwarfInfoSection);
-  delete static_cast<NVPTXSection*>(DwarfLineSection);
-  delete static_cast<NVPTXSection*>(DwarfFrameSection);
-  delete static_cast<NVPTXSection*>(DwarfPubTypesSection);
-  delete static_cast<const NVPTXSection*>(DwarfDebugInlineSection);
-  delete static_cast<NVPTXSection*>(DwarfStrSection);
-  delete static_cast<NVPTXSection*>(DwarfLocSection);
-  delete static_cast<NVPTXSection*>(DwarfARangesSection);
-  delete static_cast<NVPTXSection*>(DwarfRangesSection);
+  delete static_cast<NVPTXSection *>(StaticCtorSection);
+  delete static_cast<NVPTXSection *>(StaticDtorSection);
+  delete static_cast<NVPTXSection *>(LSDASection);
+  delete static_cast<NVPTXSection *>(EHFrameSection);
+  delete static_cast<NVPTXSection *>(DwarfAbbrevSection);
+  delete static_cast<NVPTXSection *>(DwarfInfoSection);
+  delete static_cast<NVPTXSection *>(DwarfLineSection);
+  delete static_cast<NVPTXSection *>(DwarfFrameSection);
+  delete static_cast<NVPTXSection *>(DwarfPubTypesSection);
+  delete static_cast<const NVPTXSection *>(DwarfDebugInlineSection);
+  delete static_cast<NVPTXSection *>(DwarfStrSection);
+  delete static_cast<NVPTXSection *>(DwarfLocSection);
+  delete static_cast<NVPTXSection *>(DwarfARangesSection);
+  delete static_cast<NVPTXSection *>(DwarfRangesSection);
 }
 
 MCSection *




More information about the llvm-commits mailing list