From 903bcc4a5a8f7438f44ac74ea9e8d63ce8e2c8a1 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Sat, 4 Apr 2009 22:36:02 +0000 Subject: [PATCH] Fix some HTML validation errors. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68427 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/BitCodeFormat.html | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/BitCodeFormat.html b/docs/BitCodeFormat.html index 1c87b888969..a8c885acca4 100644 --- a/docs/BitCodeFormat.html +++ b/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] +