diff options
author | Devang Patel <dpatel@apple.com> | 2010-10-01 19:22:16 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-10-01 19:22:16 +0000 |
commit | 6df452cfb14dfc8ea4cc179141504afbe8341ed4 (patch) | |
tree | b57661a99d4c11533b0e559ae4963ae3685af119 /llvm/docs/SourceLevelDebugging.html | |
parent | bed5e7d404df03ccde1bec09404340ce29cf2bf2 (diff) | |
download | bcm5719-llvm-6df452cfb14dfc8ea4cc179141504afbe8341ed4.tar.gz bcm5719-llvm-6df452cfb14dfc8ea4cc179141504afbe8341ed4.zip |
Fix dbg_declare signature in document.
llvm-svn: 115326
Diffstat (limited to 'llvm/docs/SourceLevelDebugging.html')
-rw-r--r-- | llvm/docs/SourceLevelDebugging.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/SourceLevelDebugging.html b/llvm/docs/SourceLevelDebugging.html index 19e086867f4..4e65bf4a476 100644 --- a/llvm/docs/SourceLevelDebugging.html +++ b/llvm/docs/SourceLevelDebugging.html @@ -789,11 +789,11 @@ DW_TAG_return_variable = 258 <div class="doc_text"> <pre> - void %<a href="#format_common_declare">llvm.dbg.declare</a>({}*, metadata) + void %<a href="#format_common_declare">llvm.dbg.declare</a>(metadata, metadata) </pre> <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 + first argument is metadata holding alloca for the variable.</tt>. The second argument is the <tt>%<a href="#format_variables">llvm.dbg.variable</a></tt> containing the description of the variable. </p> |