mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 17:58:22 +00:00
Documentation: correct syntax (one missing comma, one extra comma)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175375 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c1461252b
commit
4913680168
@ -307,8 +307,8 @@ Subprogram descriptors
|
||||
Function * , ;; Pointer to LLVM function
|
||||
metadata, ;; Lists function template parameters
|
||||
metadata, ;; Function declaration descriptor
|
||||
metadata ;; List of function variables
|
||||
i32, ;; Line number where the scope of the subprogram begins
|
||||
metadata, ;; List of function variables
|
||||
i32 ;; Line number where the scope of the subprogram begins
|
||||
}
|
||||
|
||||
These descriptors provide debug information about functions, methods and
|
||||
|
Loading…
Reference in New Issue
Block a user