Remove outdated comment.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 29 Mar 2014 20:16:23 +0000 (20:16 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 29 Mar 2014 20:16:23 +0000 (20:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205117 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCLinkerOptimizationHint.h

index 52b46131ea56cc3d37d916d65559d71e76f7fd33..3b0d933005ddcbef850fad97da30a8821f064c06 100644 (file)
@@ -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;