Skip to content

Commit 095d4fe

Browse files
committed
Fix typo.
llvm-svn: 168091
1 parent 654b775 commit 095d4fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/HowToUseInstrMappings.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ to include relevant information in its definition. For example, consider
120120
following to be the current definitions of ADD, ADD_pt (true) and ADD_pf (false)
121121
instructions:
122122

123-
.. code-block::llvm
123+
.. code-block:: llvm
124124
125125
def ADD : ALU32_rr<(outs IntRegs:$dst), (ins IntRegs:$a, IntRegs:$b),
126126
"$dst = add($a, $b)",
@@ -141,7 +141,7 @@ In this step, we modify these instructions to include the information
141141
required by the relationship model, <tt>getPredOpcode</tt>, so that they can
142142
be related.
143143

144-
.. code-block::llvm
144+
.. code-block:: llvm
145145
146146
def ADD : PredRel, ALU32_rr<(outs IntRegs:$dst), (ins IntRegs:$a, IntRegs:$b),
147147
"$dst = add($a, $b)",

0 commit comments

Comments
 (0)