[mips] Remove incorrect DebugLoc entries from prologue
authorPetar Jovanovic <petar.jovanovic@imgtec.com>
Fri, 28 Aug 2015 17:53:26 +0000 (17:53 +0000)
committerPetar Jovanovic <petar.jovanovic@imgtec.com>
Fri, 28 Aug 2015 17:53:26 +0000 (17:53 +0000)
commitca95e2ee930ca716065848bb035208194f2af86b
treed39e47ce38755c2a130b969d0669c80ec93cd141
parent1350385078ebde6864a409485e2618a0e8c55bc4
[mips] Remove incorrect DebugLoc entries from prologue

This has been causing the prologue_end to be incorrectly positioned.

Patch by Vladimir Radosavljevic.

Differential Revision: http://reviews.llvm.org/D11293

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246309 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsSEFrameLowering.cpp
lib/Target/Mips/MipsSEISelDAGToDAG.cpp
lib/Target/Mips/MipsSEInstrInfo.cpp
test/DebugInfo/Mips/delay-slot.ll
test/DebugInfo/Mips/prologue_end.ll [new file with mode: 0644]