diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index 69cb1af32ae..9e919bc2985 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -774,7 +774,7 @@ DW_TAG_return_variable = 258

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 is the column number (0 if unknown) and the third argument the - source %llvm.dbg.compile_unit. + source %llvm.dbg.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