Reword sentence in LangRef

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309431 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Adrian Prantl 2017-07-28 20:44:29 +00:00
parent 5d0334a48c
commit abecca79fb

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