[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:
Jeroen Ketema
2014-06-09 10:12:29 +00:00
parent 0c7ac480e2
commit 503447efba

View File

@@ -269,7 +269,7 @@ Global variable descriptors
metadata, ;; The static member declaration, if any 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 provide details such as name, type and where the variable is defined. All
global variables are collected inside the named metadata ``!llvm.dbg.cu``. global variables are collected inside the named metadata ``!llvm.dbg.cu``.
@@ -297,7 +297,7 @@ Subprogram descriptors
;; derived class ;; derived class
i32, ;; Flags - Artificial, Private, Protected, Explicit, Prototyped. i32, ;; Flags - Artificial, Private, Protected, Explicit, Prototyped.
i1, ;; isOptimized i1, ;; isOptimized
Function * , ;; Pointer to LLVM function {}*, ;; Reference to the LLVM function
metadata, ;; Lists function template parameters metadata, ;; Lists function template parameters
metadata, ;; Function declaration descriptor metadata, ;; Function declaration descriptor
metadata, ;; List of function variables metadata, ;; List of function variables