From: Evan Cheng Date: Fri, 1 Feb 2008 09:12:11 +0000 (+0000) Subject: Update llvm.dbg.func.start. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8e3425082079e83a43b1c60e921ce7db00f17ddc;p=oota-llvm.git Update llvm.dbg.func.start. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46636 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/SourceLevelDebugging.html b/docs/SourceLevelDebugging.html index 73a45cb2c4c..5afca10b497 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.