summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCSectionELF.cpp
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2014-10-09 21:23:39 +0000
committerSanjay Patel <spatel@rotateright.com>2014-10-09 21:23:39 +0000
commit352fb46d4f8cdd3c6debc179124053ece988815c (patch)
treed9c5303894778ff516f74face5d95634d50cc7ef /llvm/lib/MC/MCSectionELF.cpp
parentb5e53eefb70816b24bdf1e913a9f0d80672b2243 (diff)
downloadbcm5719-llvm-352fb46d4f8cdd3c6debc179124053ece988815c.tar.gz
bcm5719-llvm-352fb46d4f8cdd3c6debc179124053ece988815c.zip
delete function name from comment
llvm-svn: 219443
Diffstat (limited to 'llvm/lib/MC/MCSectionELF.cpp')
-rw-r--r--llvm/lib/MC/MCSectionELF.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/MC/MCSectionELF.cpp b/llvm/lib/MC/MCSectionELF.cpp
index 09eb3e78295..a29bb97af8f 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 {
OpenPOWER on IntegriCloud