mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-16 12:36:08 +00:00

The prologue-end line record must be emitted after the last instruction that is part of the function frame setup code and before the instruction that marks the beginning of the function body. Patch by Carlos Alberto Enciso! Differential Revision: https://reviews.llvm.org/D41762 llvm-svn: 325143