1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Reword sentence in LangRef

llvm-svn: 309431
This commit is contained in:
Adrian Prantl 2017-07-28 20:44:29 +00:00
parent c83c29a7b7
commit 1f559c1eb6

View File

@ -4013,8 +4013,8 @@ example:
!foo = !{!4, !3}
Metadata can be used as function arguments. Here ``llvm.dbg.value``
function is using two metadata arguments:
Metadata can be used as function arguments. Here the ``llvm.dbg.value``
intrinsic is using three metadata arguments:
.. code-block:: llvm