diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index 19e086867f4..4e65bf4a476 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -789,11 +789,11 @@ DW_TAG_return_variable = 258
-  void %llvm.dbg.declare({}*, metadata)
+  void %llvm.dbg.declare(metadata, metadata)
 

This intrinsic provides information about a local element (ex. variable.) The - first argument is the alloca for the variable, cast to a {}*. The + first argument is metadata holding alloca for the variable.. The second argument is the %llvm.dbg.variable containing the description of the variable.