delete function name from comment

llvm-svn: 219443
This commit is contained in:
Sanjay Patel 2014-10-09 21:23:39 +00:00
parent b5e53eefb7
commit 352fb46d4f
1 changed files with 2 additions and 2 deletions

View File

@ -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 {