[llvm-commits] [llvm] r68026 - /llvm/trunk/docs/BitCodeFormat.html

Chris Lattner sabre at nondot.org
Sun Mar 29 23:35:00 PDT 2009


Author: lattner
Date: Mon Mar 30 01:34:59 2009
New Revision: 68026

URL: http://llvm.org/viewvc/llvm-project?rev=68026&view=rev
Log:
fix some validation problems.

Modified:
    llvm/trunk/docs/BitCodeFormat.html

Modified: llvm/trunk/docs/BitCodeFormat.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/BitCodeFormat.html?rev=68026&r1=68025&r2=68026&view=diff

==============================================================================
--- llvm/trunk/docs/BitCodeFormat.html (original)
+++ llvm/trunk/docs/BitCodeFormat.html Mon Mar 30 01:34:59 2009
@@ -563,13 +563,8 @@
 </p>
 
 <p>
-<pre>
-[Magic<sub>32</sub>,
- Version<sub>32</sub>,
- Offset<sub>32</sub>,
- Size<sub>32</sub>,
- CPUType<sub>32</sub>]
-</pre></p>
+<tt>[Magic<sub>32</sub>, Version<sub>32</sub>, Offset<sub>32</sub>,
+ Size<sub>32</sub>, CPUType<sub>32</sub>]</tt></p>
 
 <p>Each of the fields are 32-bit fields stored in little endian form (as with
 the rest of the bitcode file fields).  The Magic number is always





More information about the llvm-commits mailing list