From 3b779984b4c0cee229f7eb53bb69d67449cbc915 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Sat, 4 Apr 2009 22:36:02 +0000 Subject: Fix some HTML validation errors. llvm-svn: 68427 --- llvm/docs/BitCodeFormat.html | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'llvm/docs/BitCodeFormat.html') diff --git a/llvm/docs/BitCodeFormat.html b/llvm/docs/BitCodeFormat.html index 1c87b888969..a8c885acca4 100644 --- a/llvm/docs/BitCodeFormat.html +++ b/llvm/docs/BitCodeFormat.html @@ -500,9 +500,10 @@ as:

-
-[4abbrevwidth, 24, 4vbr6, 06, 16, 26, 36]
-
+

+[4abbrevwidth, 24, 4vbr6, 06, +16, 26, 36] +

These values are:

@@ -596,9 +597,10 @@ stored alongside the BC file. The structure of this file header is:

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

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

@@ -643,9 +645,9 @@ The magic number for LLVM IR files is:

-
-[0x04, 0xC4, 0xE4, 0xD4]
-
+

+[0x04, 0xC4, 0xE4, 0xD4] +

-- cgit v1.2.3