Fix indentation problem starting at GEP.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 9 Nov 2006 21:15:49 +0000 (21:15 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 9 Nov 2006 21:15:49 +0000 (21:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31603 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 63c3da1331d587f76440d0a8eaea0b14f55e78e4..d02caf09c23107f715c07f2dc9879149d8e3356f 100644 (file)
@@ -2683,6 +2683,8 @@ at the location specified by the '<tt>&lt;pointer&gt;</tt>' operand.</p>
  href="#i_store">store</a> int 3, int* %ptr                          <i>; yields {void}</i>
   %val = load int* %ptr                           <i>; yields {int}:val = int 3</i>
 </pre>
+</div>
+
 <!-- _______________________________________________________________________ -->
 <div class="doc_subsubsection">
    <a name="i_getelementptr">'<tt>getelementptr</tt>' Instruction</a>
@@ -2795,8 +2797,8 @@ FAQ</a>.</p>
     <i>; yields [12 x ubyte]*:aptr</i>
     %aptr = getelementptr {int, [12 x ubyte]}* %sptr, long 0, uint 1
 </pre>
-
 </div>
+
 <!-- ======================================================================= -->
 <div class="doc_subsection"> <a name="convertops">Conversion Operations</a>
 </div>