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

Jim Laskey jlaskey at apple.com
Thu Mar 23 09:58:58 PST 2006



Changes in directory llvm/docs:

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

Correction of stoppoint arguments.


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

 SourceLevelDebugging.html |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)


Index: llvm/docs/SourceLevelDebugging.html
diff -u llvm/docs/SourceLevelDebugging.html:1.16 llvm/docs/SourceLevelDebugging.html:1.17
--- llvm/docs/SourceLevelDebugging.html:1.16	Thu Mar 23 11:54:33 2006
+++ llvm/docs/SourceLevelDebugging.html	Thu Mar 23 11:58:46 2006
@@ -716,15 +716,16 @@
 
 <div class="doc_text">
 <pre>
-  void %<a href="#format_common_stoppoint">llvm.dbg.stoppoint</a>( uint, uint, %<a href="#format_compile_units">llvm.dbg.compile_unit</a>* )
+  void %<a href="#format_common_stoppoint">llvm.dbg.stoppoint</a>( uint, uint, { }* )
 </pre>
 
 <p>This intrinsic is used to provide correspondence between the source file and
 the generated code.  The first argument is the line number (base 1), second
 argument si the column number (0 if unknown) and the third argument the source
-compile unit.  Code following a call to this intrinsic will have been defined in
-close proximity of the line, column and file.  This information holds until the
-next call to <tt>%<a
+<tt>%<a href="#format_compile_units">llvm.dbg.compile_unit</a>*</tt> cast to a
+<tt>{ }*</tt>.  Code following a call to this intrinsic will have been defined
+in close proximity of the line, column and file.  This information holds until
+the next call to <tt>%<a
 href="#format_common_stoppoint">lvm.dbg.stoppoint</a></tt>.</p>
 
 </div>
@@ -1743,7 +1744,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:54:33 $
+  Last modified: $Date: 2006/03/23 17:58:46 $
 </address>
 
 </body>






More information about the llvm-commits mailing list