| Index: native_client_sdk/doc_generated/reference/pnacl-bitcode-abi.html
|
| diff --git a/native_client_sdk/doc_generated/reference/pnacl-bitcode-abi.html b/native_client_sdk/doc_generated/reference/pnacl-bitcode-abi.html
|
| index d1eff91e0bbedb9cea24d80232a99469bc1be749..8daa0a6dc423d146c68b16494ffb99ebbb69f2f5 100644
|
| --- a/native_client_sdk/doc_generated/reference/pnacl-bitcode-abi.html
|
| +++ b/native_client_sdk/doc_generated/reference/pnacl-bitcode-abi.html
|
| @@ -59,11 +59,11 @@
|
| the bitcode on a <em>semantic</em> level; the physical encoding level will be described
|
| elsewhere. For the purpose of this document, the textual form of LLVM IR is
|
| used to describe instructions and other bitcode constructs.</p>
|
| -<p>Since the PNaCl bitcode is based to a large extent on LLVM IR, many sections
|
| -in this document point to a relevant section of the LLVM language reference
|
| -manual. Only the changes, restrictions and variations specific to PNaCl are
|
| -described—full semantic descriptions are not duplicated from the LLVM
|
| -reference manual.</p>
|
| +<p>Since the PNaCl bitcode is based to a large extent on LLVM IR as of
|
| +version 3.3, many sections in this document point to a relevant section
|
| +of the LLVM language reference manual. Only the changes, restrictions
|
| +and variations specific to PNaCl are described—full semantic
|
| +descriptions are not duplicated from the LLVM reference manual.</p>
|
| </section><section id="high-level-structure">
|
| <h2 id="high-level-structure">High Level Structure</h2>
|
| <p>A PNaCl portable executable (<strong>pexe</strong> in short) is a single LLVM IR module.</p>
|
|
|