summaryrefslogtreecommitdiffstats
path: root/llvm/docs
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
commita01a5638139e6c4d3622db86e3395a81bf601b00 (patch)
treede9063f869c359ae0f3c3e0c50b97ee0eda48c9f /llvm/docs
parent471ed6e460b6c901336fc2aaefff0afd35cd059b (diff)
downloadbcm5719-llvm-a01a5638139e6c4d3622db86e3395a81bf601b00.tar.gz
bcm5719-llvm-a01a5638139e6c4d3622db86e3395a81bf601b00.zip
fix some validation problems.
llvm-svn: 68026
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/BitCodeFormat.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/llvm/docs/BitCodeFormat.html b/llvm/docs/BitCodeFormat.html
index 243c1cfbc93..d808cf6eeb8 100644
--- a/llvm/docs/BitCodeFormat.html
+++ b/llvm/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
OpenPOWER on IntegriCloud