[llvm-commits] CVS: llvm/docs/SourceLevelDebugging.html

Jim Laskey jlaskey at apple.com
Fri Mar 24 01:20:41 PST 2006



Changes in directory llvm/docs:

SourceLevelDebugging.html updated: 1.17 -> 1.18
---
Log message:

Fixed some grammer and spelling.


---
Diffs of the changes:  (+7 -6)

 SourceLevelDebugging.html |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)


Index: llvm/docs/SourceLevelDebugging.html
diff -u llvm/docs/SourceLevelDebugging.html:1.17 llvm/docs/SourceLevelDebugging.html:1.18
--- llvm/docs/SourceLevelDebugging.html:1.17	Thu Mar 23 11:58:46 2006
+++ llvm/docs/SourceLevelDebugging.html	Fri Mar 24 03:20:27 2006
@@ -690,7 +690,7 @@
 function.  A return variable is used to track the result of a function and has
 no source correspondent.</p>
 
-<p>The context is eitehr the subprogram or block where the variable is defined.
+<p>The context is either the subprogram or block where the variable is defined.
 Name the source variable name.  Compile unit and line indicate where the
 variable was defined. Type descriptor defines the declared type of the
 variable.</p>
@@ -801,10 +801,11 @@
   void %<a href="#format_common_declare">llvm.dbg.declare</a>( { } *, { }* )
 </pre>
 
-<p>This intrinsic provides information about a local element (ex. variable.) 
-The first argument as a AllocA for the variable cast to a <tt>{ }*</tt>. The second
-argument is the <tt>%<a href="#format_variables">llvm.dbg.variable</a></tt>
-containing the description of the variable, also cast to a <tt>{ }*</tt>.</p>
+<p>This intrinsic provides information about a local element (ex. variable.) The
+first argument is the alloca for the variable, cast to a <tt>{ }*</tt>. The
+second argument is the <tt>%<a
+href="#format_variables">llvm.dbg.variable</a></tt> containing the description
+of the variable, also cast to a <tt>{ }*</tt>.</p>
 
 </div>
 
@@ -1744,7 +1745,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/03/23 17:58:46 $
+  Last modified: $Date: 2006/03/24 09:20:27 $
 </address>
 
 </body>






More information about the llvm-commits mailing list