summaryrefslogtreecommitdiffstats
path: root/llvm/docs/SourceLevelDebugging.html
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-03-23 17:58:46 +0000
committerJim Laskey <jlaskey@mac.com>2006-03-23 17:58:46 +0000
commit4a9054d7059b86ed8efc8556393ace0cce693e0f (patch)
tree1885c2d8c68b27360e9585c35413c4ff21d892cc /llvm/docs/SourceLevelDebugging.html
parent5dcfd565b592f577aaf4cb35a4432cc115549700 (diff)
downloadbcm5719-llvm-4a9054d7059b86ed8efc8556393ace0cce693e0f.tar.gz
bcm5719-llvm-4a9054d7059b86ed8efc8556393ace0cce693e0f.zip
Correction of stoppoint arguments.
llvm-svn: 26983
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.html')
-rw-r--r--llvm/docs/SourceLevelDebugging.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html
index 62417f10b92..2cbd35f3e96 100644
--- a/llvm/docs/SourceLevelDebugging.html
+++ b/llvm/docs/SourceLevelDebugging.html
@@ -716,15 +716,16 @@ provide debug information at various points in generated code.</p>
<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>
OpenPOWER on IntegriCloud