summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/CodeGen/JumpInstrTables.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/include/llvm/CodeGen/JumpInstrTables.h b/llvm/include/llvm/CodeGen/JumpInstrTables.h
index 22aee48b680..6ca3d7d1765 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
OpenPOWER on IntegriCloud