summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-04-07 20:44:42 +0000
committerJim Laskey <jlaskey@mac.com>2006-04-07 20:44:42 +0000
commit6b92b8e50d7e5b48407865c3aaf9966c01416c69 (patch)
treef88fd307e529d565a4ad90b38659fb69f99fa7e8 /include
parent8f5690259281281cd2a3d7e774a8f375b6e8ff3e (diff)
downloadllvm-6b92b8e50d7e5b48407865c3aaf9966c01416c69.tar.gz
llvm-6b92b8e50d7e5b48407865c3aaf9966c01416c69.tar.bz2
llvm-6b92b8e50d7e5b48407865c3aaf9966c01416c69.tar.xz
Make sure that debug labels are defined within the same section and after the
entry point of a function. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27494 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/DwarfWriter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/DwarfWriter.h b/include/llvm/CodeGen/DwarfWriter.h
index 34c69b907d..e5882777db 100644
--- a/include/llvm/CodeGen/DwarfWriter.h
+++ b/include/llvm/CodeGen/DwarfWriter.h
@@ -472,8 +472,8 @@ public:
///
void EndModule();
- /// BeginFunction - Gather pre-function debug information.
- ///
+ /// BeginFunction - Gather pre-function debug information. Assumes being
+ /// emitted immediately after the function entry point.
void BeginFunction(MachineFunction *MF);
/// EndFunction - Gather and emit post-function debug information.