From 8e3425082079e83a43b1c60e921ce7db00f17ddc Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Fri, 1 Feb 2008 09:12:11 +0000 Subject: Update llvm.dbg.func.start. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46636 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/SourceLevelDebugging.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'docs/SourceLevelDebugging.html') diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index 73a45cb2c4..5afca10b49 100644 --- a/docs/SourceLevelDebugging.html +++ b/docs/SourceLevelDebugging.html @@ -767,10 +767,13 @@ href="#format_common_stoppoint">lvm.dbg.stoppoint.

This intrinsic is used to link the debug information in %llvm.dbg.subprogram to the function. It also -defines the beginning of the function's declarative region (scope.) The -intrinsic should be called early in the function after the all the alloca -instructions. It should be paired off with a closing %llvm.dbg.subprogram to the function. It +defines the beginning of the function's declarative region (scope). It also +implies a call to %llvm.dbg.stoppoint which defines a +source line "stop point". The intrinsic should be called early in the function +after the all the alloca instructions. It should be paired off with a closing +%llvm.dbg.region.end. The function's single argument is the %llvm.dbg.subprogram.type.

-- cgit v1.2.3