[llvm] r205117 - Remove outdated comment.
Benjamin Kramer
benny.kra at googlemail.com
Sat Mar 29 13:16:25 PDT 2014
Author: d0k
Date: Sat Mar 29 15:16:23 2014
New Revision: 205117
URL: http://llvm.org/viewvc/llvm-project?rev=205117&view=rev
Log:
Remove outdated comment.
Modified:
llvm/trunk/include/llvm/MC/MCLinkerOptimizationHint.h
Modified: llvm/trunk/include/llvm/MC/MCLinkerOptimizationHint.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/MC/MCLinkerOptimizationHint.h?rev=205117&r1=205116&r2=205117&view=diff
==============================================================================
--- llvm/trunk/include/llvm/MC/MCLinkerOptimizationHint.h (original)
+++ llvm/trunk/include/llvm/MC/MCLinkerOptimizationHint.h Sat Mar 29 15:16:23 2014
@@ -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;
More information about the llvm-commits
mailing list