Make sure that debug labels are defined within the same section and after the
authorJim Laskey <jlaskey@mac.com>
Fri, 7 Apr 2006 20:44:42 +0000 (20:44 +0000)
committerJim Laskey <jlaskey@mac.com>
Fri, 7 Apr 2006 20:44:42 +0000 (20:44 +0000)
commit6b92b8e50d7e5b48407865c3aaf9966c01416c69
treef88fd307e529d565a4ad90b38659fb69f99fa7e8
parent8f5690259281281cd2a3d7e774a8f375b6e8ff3e
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
include/llvm/CodeGen/DwarfWriter.h
lib/CodeGen/DwarfWriter.cpp
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/X86/X86ATTAsmPrinter.cpp
lib/Target/X86/X86IntelAsmPrinter.cpp