diff options
author | Sanjay Patel <spatel@rotateright.com> | 2014-10-09 21:23:39 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2014-10-09 21:23:39 +0000 |
commit | 352fb46d4f8cdd3c6debc179124053ece988815c (patch) | |
tree | d9c5303894778ff516f74face5d95634d50cc7ef /llvm/lib/MC/MCSectionELF.cpp | |
parent | b5e53eefb70816b24bdf1e913a9f0d80672b2243 (diff) | |
download | bcm5719-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.cpp | 4 |
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 { |