From a01a5638139e6c4d3622db86e3395a81bf601b00 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 30 Mar 2009 06:34:59 +0000 Subject: fix some validation problems. llvm-svn: 68026 --- llvm/docs/BitCodeFormat.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'llvm/docs/BitCodeFormat.html') 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:

-

-[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 -- cgit v1.2.3