From: Sanjay Patel Date: Thu, 9 Oct 2014 21:23:39 +0000 (+0000) Subject: delete function name from comment X-Git-Tag: android-x86-7.1-r4~56641 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c160a9a56fe12b4691fab529bfb760b6c3d6d275;p=android-x86%2Fexternal-llvm.git delete function name from comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219443 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/MC/MCSectionELF.cpp b/lib/MC/MCSectionELF.cpp index 09eb3e78295..a29bb97af8f 100644 --- a/lib/MC/MCSectionELF.cpp +++ b/lib/MC/MCSectionELF.cpp @@ -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 {