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

Unified Diff: docs/LangRef.rst

Issue 183273009: Prep for merging 3.4: Undo changes from 3.3 branch (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@master
Patch Set: Retry 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
« no previous file with comments | « docs/CommandLine.rst ('k') | docs/ReleaseNotes.rst » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/LangRef.rst
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index 7743ff06a0d76935759abec8d9e1475ad78196df..410f640776e510a62be505031626790a0f7e0b85 100644
--- a/docs/LangRef.rst
+++ b/docs/LangRef.rst
@@ -2868,10 +2868,11 @@ All globals of this sort should have a section specified as
The '``llvm.used``' Global Variable
-----------------------------------
-The ``@llvm.used`` global is an array which has :ref:`appending linkage
-<linkage_appending>`. This array contains a list of pointers to global
-variables, functions and aliases which may optionally have a pointer cast formed
-of bitcast or getelementptr. For example, a legal use of it is:
+The ``@llvm.used`` global is an array which has
+ :ref:`appending linkage <linkage_appending>`. This array contains a list of
+pointers to global variables, functions and aliases which may optionally have a
+pointer cast formed of bitcast or getelementptr. For example, a legal
+use of it is:
.. code-block:: llvm
« no previous file with comments | « docs/CommandLine.rst ('k') | docs/ReleaseNotes.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698