From 0d71a03100dfc9026f294a0a8f7790ba47f0f2c0 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sat, 29 Mar 2014 20:16:23 +0000 Subject: [PATCH] Remove outdated comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205117 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/MC/MCLinkerOptimizationHint.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.34.1