aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-03-30 06:34:59 +0000
committerChris Lattner <sabre@nondot.org>2009-03-30 06:34:59 +0000
commit217b919cf951eed4012ac2daf1e494f4364aaec1 (patch)
tree108867eb8d71acc6443320d0ed4aa3fbc9b5b7bb
parent878071e6d04cb0ebdf6bf5e829885710d8963cb6 (diff)
downloadexternal_llvm-217b919cf951eed4012ac2daf1e494f4364aaec1.zip
external_llvm-217b919cf951eed4012ac2daf1e494f4364aaec1.tar.gz
external_llvm-217b919cf951eed4012ac2daf1e494f4364aaec1.tar.bz2
fix some validation problems.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68026 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/BitCodeFormat.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/docs/BitCodeFormat.html b/docs/BitCodeFormat.html
index 243c1cf..d808cf6 100644
--- a/docs/BitCodeFormat.html
+++ b/docs/BitCodeFormat.html
@@ -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