[llvm-commits] [llvm] r168091 - /llvm/trunk/docs/HowToUseInstrMappings.rst

Jyotsna Verma jverma at codeaurora.org
Thu Nov 15 13:21:01 PST 2012


Author: jverma
Date: Thu Nov 15 15:21:01 2012
New Revision: 168091

URL: http://llvm.org/viewvc/llvm-project?rev=168091&view=rev
Log:
Fix typo.

Modified:
    llvm/trunk/docs/HowToUseInstrMappings.rst

Modified: llvm/trunk/docs/HowToUseInstrMappings.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/HowToUseInstrMappings.rst?rev=168091&r1=168090&r2=168091&view=diff
==============================================================================
--- llvm/trunk/docs/HowToUseInstrMappings.rst (original)
+++ llvm/trunk/docs/HowToUseInstrMappings.rst Thu Nov 15 15:21:01 2012
@@ -120,7 +120,7 @@
 following to be the current definitions of ADD, ADD_pt (true) and ADD_pf (false)
 instructions:
 
-.. code-block::llvm
+.. code-block:: llvm
 
   def ADD : ALU32_rr<(outs IntRegs:$dst), (ins IntRegs:$a, IntRegs:$b),
               "$dst = add($a, $b)",
@@ -141,7 +141,7 @@
 required by the relationship model, <tt>getPredOpcode</tt>, so that they can
 be related.
 
-.. code-block::llvm
+.. code-block:: llvm
 
   def ADD : PredRel, ALU32_rr<(outs IntRegs:$dst), (ins IntRegs:$a, IntRegs:$b),
               "$dst = add($a, $b)",





More information about the llvm-commits mailing list