Index: native_client_sdk/src/doc/reference/pnacl-bitcode-abi.rst |
diff --git a/native_client_sdk/src/doc/reference/pnacl-bitcode-abi.rst b/native_client_sdk/src/doc/reference/pnacl-bitcode-abi.rst |
index 9758eb4f47c2261357ed7d630359bb5ad781744f..9d5225398aaf4a572bf20763b7e9ac0f983c5dd5 100644 |
--- a/native_client_sdk/src/doc/reference/pnacl-bitcode-abi.rst |
+++ b/native_client_sdk/src/doc/reference/pnacl-bitcode-abi.rst |
@@ -15,11 +15,11 @@ the bitcode on a *semantic* 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. |
-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. |
+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. |
High Level Structure |
==================== |