fix some validation problems.
authorChris Lattner <sabre@nondot.org>
Mon, 30 Mar 2009 06:34:59 +0000 (06:34 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 30 Mar 2009 06:34:59 +0000 (06:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68026 91177308-0d34-0410-b5e6-96231b3b80d8

docs/BitCodeFormat.html

index 243c1cfbc93253ee75d4735b1073445d48f71476..d808cf6eeb8d0c4adb3bfe14c450fbe05bdebc7a 100644 (file)
@@ -563,13 +563,8 @@ stored alongside the BC file.  The structure of this file header is:
 </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