From 217b919cf951eed4012ac2daf1e494f4364aaec1 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 30 Mar 2009 06:34:59 +0000 Subject: [PATCH] fix some validation problems. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68026 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/BitCodeFormat.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/BitCodeFormat.html b/docs/BitCodeFormat.html index 243c1cfbc93..d808cf6eeb8 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:

-

-[Magic32,
- Version32,
- Offset32,
- Size32,
- CPUType32]
-

+[Magic32, Version32, Offset32, + Size32, CPUType32]

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