Update an insertion point iterator after replacing a return instruction with a
authorCameron Zwarich <zwarich@apple.com>
Fri, 17 Jun 2011 02:16:43 +0000 (02:16 +0000)
committerCameron Zwarich <zwarich@apple.com>
Fri, 17 Jun 2011 02:16:43 +0000 (02:16 +0000)
commitcd4e0b593db6dfdb5cedbde47ea6603058b8ac6c
tree12a5a8ead648e2cb789be67a9807cd8ed0feafc0
parente1fd84af7affc08cda70a4c8261f52ac83195bc4
Update an insertion point iterator after replacing a return instruction with a
tail call pseudoinstruction. This fixes <rdar://problem/9624333>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133227 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMFrameLowering.cpp
test/CodeGen/ARM/2011-06-16-TailCallByVal.ll [new file with mode: 0644]