1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00

Fix minor error with debug info doc.

Replace 'third' with 'fourth' in the description of the fourth argument.

llvm-svn: 260656
This commit is contained in:
Mark Lacey 2016-02-12 06:19:16 +00:00
parent 05cc472794
commit aac7bd2baf

View File

@ -197,7 +197,7 @@ value. The first argument is the new value (wrapped as metadata). The second
argument is the offset in the user source variable where the new value is
written. The third argument is a `local variable
<LangRef.html#dilocalvariable>`_ containing a description of the variable. The
third argument is a `complex expression <LangRef.html#diexpression>`_.
fourth argument is a `complex expression <LangRef.html#diexpression>`_.
Object lifetimes and scoping
============================