| 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
|
|
|
|
|