mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Escape "@function" with \verbatim. [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210443 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b177041dfa
commit
66a3b9049b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user