From: Benjamin Kramer Date: Sat, 29 Mar 2014 20:16:23 +0000 (+0000) Subject: Remove outdated comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;ds=sidebyside;h=0d71a03100dfc9026f294a0a8f7790ba47f0f2c0;p=oota-llvm.git Remove outdated comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205117 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/MC/MCLinkerOptimizationHint.h b/include/llvm/MC/MCLinkerOptimizationHint.h index 52b46131ea5..3b0d933005d 100644 --- a/include/llvm/MC/MCLinkerOptimizationHint.h +++ b/include/llvm/MC/MCLinkerOptimizationHint.h @@ -106,7 +106,6 @@ class MCLOHDirective { /// Emit this directive in @p OutStream using the information available /// in the given @p ObjWriter and @p Layout to get the address of the /// arguments within the object file. - /// This function is currently specialized for T = MCSymbol. void Emit_impl(raw_ostream &OutStream, const MachObjectWriter &ObjWriter, const MCAsmLayout &Layout) const;