Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Unified Diff: native_client_sdk/src/doc/reference/pnacl-bitcode-abi.rst

Issue 181573005: NaCl docs: update version information (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
====================

Powered by Google App Engine
This is Rietveld 408576698