[PBQP] Add support for graph-level metadata to the PBQP graph. This will be used
[oota-llvm.git] / include / llvm / CodeGen / JumpInstrTables.h
index 22aee48b680bf4f083c183d4ede5573c8958bac5..6ca3d7d1765f3c56666fc9cdf63d07c820953772 100644 (file)
@@ -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