The end of the prologue should be marked with is_stmt.
authorEric Christopher <echristo@apple.com>
Thu, 12 Jul 2012 23:30:25 +0000 (23:30 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 12 Jul 2012 23:30:25 +0000 (23:30 +0000)
commit5cf55e1c6a22ae066db5066fdc69f99564ace8ea
tree2a5e86ff12c0b545cb7986fa4036e853a4e32a91
parent151d81d1e7c5d37fb7c234cadb2101d5f0150d69
The end of the prologue should be marked with is_stmt.
Fixes PR13303.

Patch by Paul Robinson!

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