mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Fix warning and resulting formatting issue.
llvm-svn: 182939
This commit is contained in:
parent
029788a60b
commit
a9ddf6778b
@ -2911,7 +2911,7 @@ 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
|
||||
: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:
|
||||
|
Loading…
Reference in New Issue
Block a user