From: NAKAMURA Takumi Date: Sun, 8 Jun 2014 23:25:02 +0000 (+0000) Subject: Escape "@function" with \verbatim. [-Wdocumentation] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d173b5302889fa5ca7d3093f164814a3363283e;p=platform%2Fupstream%2Fllvm.git Escape "@function" with \verbatim. [-Wdocumentation] llvm-svn: 210443 --- diff --git a/llvm/include/llvm/CodeGen/JumpInstrTables.h b/llvm/include/llvm/CodeGen/JumpInstrTables.h index 22aee48..6ca3d7d 100644 --- a/llvm/include/llvm/CodeGen/JumpInstrTables.h +++ b/llvm/include/llvm/CodeGen/JumpInstrTables.h @@ -31,11 +31,13 @@ class Module; /// JumpInstrTableInfo. /// /// These special functions get lowered in AsmPrinter to assembly of the form: +/// \verbatim /// .globl f /// .type f,@function /// .align 8,0x90 /// f: /// jmp f_orig@PLT +/// \endverbatim /// /// Support for an architecture depends on two functions in TargetInstrInfo: /// getUnconditionalBranch, and getTrap. AsmPrinter uses these to generate the