Identify end of prologue (and beginning of function body) using DW_LNS_set_prologue_e...
authorDevang Patel <dpatel@apple.com>
Wed, 11 May 2011 19:22:19 +0000 (19:22 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 11 May 2011 19:22:19 +0000 (19:22 +0000)
commit4243e67bd5eeae930060824d4290f8071a66e28f
tree72af28705a645ed81d93a89ba0bfafb1b6eadad8
parent443443cc8399d6753cac828516ea27531e296769
Identify end of prologue (and beginning of function body) using DW_LNS_set_prologue_end line table opcode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131194 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
test/CodeGen/X86/dbg-prolog-end.ll [new file with mode: 0644]