[llvm] r219443 - delete function name from comment

Sanjay Patel spatel at rotateright.com
Thu Oct 9 14:23:39 PDT 2014


Author: spatel
Date: Thu Oct  9 16:23:39 2014
New Revision: 219443

URL: http://llvm.org/viewvc/llvm-project?rev=219443&view=rev
Log:
delete function name from comment

Modified:
    llvm/trunk/lib/MC/MCSectionELF.cpp

Modified: llvm/trunk/lib/MC/MCSectionELF.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/MCSectionELF.cpp?rev=219443&r1=219442&r2=219443&view=diff
==============================================================================
--- llvm/trunk/lib/MC/MCSectionELF.cpp (original)
+++ llvm/trunk/lib/MC/MCSectionELF.cpp Thu Oct  9 16:23:39 2014
@@ -19,8 +19,8 @@ using namespace llvm;
 
 MCSectionELF::~MCSectionELF() {} // anchor.
 
-// ShouldOmitSectionDirective - Decides whether a '.section' directive
-// should be printed before the section name
+// Decides whether a '.section' directive
+// should be printed before the section name.
 bool MCSectionELF::ShouldOmitSectionDirective(StringRef Name,
                                               const MCAsmInfo &MAI) const {
 





More information about the llvm-commits mailing list