[llvm] r175375 - Documentation: correct syntax (one missing comma, one extra comma)
Dmitri Gribenko
gribozavr at gmail.com
Sat Feb 16 12:07:40 PST 2013
Author: gribozavr
Date: Sat Feb 16 14:07:40 2013
New Revision: 175375
URL: http://llvm.org/viewvc/llvm-project?rev=175375&view=rev
Log:
Documentation: correct syntax (one missing comma, one extra comma)
Modified:
llvm/trunk/docs/SourceLevelDebugging.rst
Modified: llvm/trunk/docs/SourceLevelDebugging.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/SourceLevelDebugging.rst?rev=175375&r1=175374&r2=175375&view=diff
==============================================================================
--- llvm/trunk/docs/SourceLevelDebugging.rst (original)
+++ llvm/trunk/docs/SourceLevelDebugging.rst Sat Feb 16 14:07:40 2013
@@ -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
More information about the llvm-commits
mailing list