mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-26 09:18:56 +00:00
[docs] Fix typo, align comments, fix syntax highlighting
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210462 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -269,7 +269,7 @@ Global variable descriptors
|
||||
metadata, ;; The static member declaration, if any
|
||||
}
|
||||
|
||||
These descriptors provide debug information about globals variables. They
|
||||
These descriptors provide debug information about global variables. They
|
||||
provide details such as name, type and where the variable is defined. All
|
||||
global variables are collected inside the named metadata ``!llvm.dbg.cu``.
|
||||
|
||||
@@ -297,7 +297,7 @@ Subprogram descriptors
|
||||
;; derived class
|
||||
i32, ;; Flags - Artificial, Private, Protected, Explicit, Prototyped.
|
||||
i1, ;; isOptimized
|
||||
Function * , ;; Pointer to LLVM function
|
||||
{}*, ;; Reference to the LLVM function
|
||||
metadata, ;; Lists function template parameters
|
||||
metadata, ;; Function declaration descriptor
|
||||
metadata, ;; List of function variables
|
||||
|
Reference in New Issue
Block a user