| OLD | NEW |
| 1 .. include:: /migration/deprecation.inc |
| 2 |
| 1 =============================== | 3 =============================== |
| 2 Contents Of PNaCl Bitcode Files | 4 Contents Of PNaCl Bitcode Files |
| 3 =============================== | 5 =============================== |
| 4 | 6 |
| 5 .. contents:: | 7 .. contents:: |
| 6 :local: | 8 :local: |
| 7 :backlinks: none | 9 :backlinks: none |
| 8 :depth: 3 | 10 :depth: 3 |
| 9 | 11 |
| 10 | 12 |
| (...skipping 6073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6084 *BLOCKINFO* block. Records *SETBID* and *DEFINE_ABBREV* are the only records | 6086 *BLOCKINFO* block. Records *SETBID* and *DEFINE_ABBREV* are the only records |
| 6085 allowed in PNaCl's abbreviation block (i.e. it doesn't allow *BLOCKNAME* and | 6087 allowed in PNaCl's abbreviation block (i.e. it doesn't allow *BLOCKNAME* and |
| 6086 *SETRECORDNAME* records). | 6088 *SETRECORDNAME* records). |
| 6087 | 6089 |
| 6088 TODO | 6090 TODO |
| 6089 ---- | 6091 ---- |
| 6090 | 6092 |
| 6091 Extend this document to describe PNaCl's bitcode bit sequencer | 6093 Extend this document to describe PNaCl's bitcode bit sequencer |
| 6092 without requiring the reader to refer to `LLVM's bitcode file | 6094 without requiring the reader to refer to `LLVM's bitcode file |
| 6093 format <http://llvm.org/docs/BitCodeFormat.html>`_. | 6095 format <http://llvm.org/docs/BitCodeFormat.html>`_. |
| OLD | NEW |