[llvm] r210443 - Escape "@function" with \verbatim. [-Wdocumentation]
NAKAMURA Takumi
geek4civic at gmail.com
Sun Jun 8 16:25:03 PDT 2014
Author: chapuni
Date: Sun Jun 8 18:25:02 2014
New Revision: 210443
URL: http://llvm.org/viewvc/llvm-project?rev=210443&view=rev
Log:
Escape "@function" with \verbatim. [-Wdocumentation]
Modified:
llvm/trunk/include/llvm/CodeGen/JumpInstrTables.h
Modified: llvm/trunk/include/llvm/CodeGen/JumpInstrTables.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/JumpInstrTables.h?rev=210443&r1=210442&r2=210443&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/JumpInstrTables.h (original)
+++ llvm/trunk/include/llvm/CodeGen/JumpInstrTables.h Sun Jun 8 18:25:02 2014
@@ -31,11 +31,13 @@ class Module;
/// JumpInstrTableInfo.
///
/// These special functions get lowered in AsmPrinter to assembly of the form:
+/// \verbatim
/// .globl f
/// .type f, at function
/// .align 8,0x90
/// f:
/// jmp f_orig at PLT
+/// \endverbatim
///
/// Support for an architecture depends on two functions in TargetInstrInfo:
/// getUnconditionalBranch, and getTrap. AsmPrinter uses these to generate the
More information about the llvm-commits
mailing list