From 352fb46d4f8cdd3c6debc179124053ece988815c Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Thu, 9 Oct 2014 21:23:39 +0000 Subject: [PATCH] delete function name from comment llvm-svn: 219443 --- llvm/lib/MC/MCSectionELF.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/lib/MC/MCSectionELF.cpp b/llvm/lib/MC/MCSectionELF.cpp index 09eb3e782958..a29bb97af8f8 100644 --- a/llvm/lib/MC/MCSectionELF.cpp +++ b/llvm/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 {