Peter S. Housel
2009-Oct-27 03:39 UTC
[LLVMdev] [PATCH] Improvements to BitCodeFormat.html
The enclosed patch contains a number of wording and clarity improvements to BitCodeFormat.html, and documents in detail the record types used within MODULE blocks. I plan to continue documenting the rest of the record types, but I wanted to submit patches in reasonably-sized pieces. -Peter S. Housel- housel at acm.org -------------- next part -------------- A non-text attachment was scrubbed... Name: BitCodeFormat.diff Type: text/x-patch Size: 27026 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091026/d50d9bcc/attachment.bin>
On Oct 26, 2009, at 8:39 PM, Peter S. Housel wrote:> The enclosed patch contains a number of wording and clarity > improvements > to BitCodeFormat.html, and documents in detail the record types used > within MODULE blocks. I plan to continue documenting the rest of the > record types, but I wanted to submit patches in reasonably-sized > pieces.This looks great, applied in r85479. Thanks! -Chris