Fix dbg_declare signature in document.
authorDevang Patel <dpatel@apple.com>
Fri, 1 Oct 2010 19:22:16 +0000 (19:22 +0000)
committerDevang Patel <dpatel@apple.com>
Fri, 1 Oct 2010 19:22:16 +0000 (19:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115326 91177308-0d34-0410-b5e6-96231b3b80d8

docs/SourceLevelDebugging.html

index 19e086867f4f03ff94079fa5bf69b3213d6e9748..4e65bf4a476efe65af91d821c8dd5e6b64b04a29 100644 (file)
@@ -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>