[PATCH] More BitCodeFormat.html improvements

The enclosed patch adds documentation for the PARAMATTR_BLOCK, TYPE_BLOCK, and TYPE_SYMTAB_BLOCK records in the LLVM IR bitcode format.

I have started documenting CONSTANTS_BLOCK and FUNCTION_BLOCK and will send patches when they are complete.

-Peter-

<<…>>

BitCodeFormat.diff (12.1 KB)

Looks great, applied in r104391, thanks!

-Chris