diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index 62417f10b92..2cbd35f3e96 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -716,15 +716,16 @@ provide debug information at various points in generated code.

-  void %llvm.dbg.stoppoint( uint, uint, %llvm.dbg.compile_unit* )
+  void %llvm.dbg.stoppoint( uint, uint, { }* )
 

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 %%llvm.dbg.compile_unit* cast to a +{ }*. 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 %lvm.dbg.stoppoint.