Reword sentence in LangRef

llvm-svn: 309431
This commit is contained in:
Adrian Prantl 2017-07-28 20:44:29 +00:00
parent 48a34c684b
commit 1b842dad3e
1 changed files with 2 additions and 2 deletions

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