[FastISel] Insert patchpoint instruction before the target generated call instruction.
authorJuergen Ributzka <juergen@apple.com>
Tue, 15 Jul 2014 02:22:46 +0000 (02:22 +0000)
committerJuergen Ributzka <juergen@apple.com>
Tue, 15 Jul 2014 02:22:46 +0000 (02:22 +0000)
commit7a04202ef10e587ce1e605962189c15f00f3b22e
tree747bce36c40e46acd1591ba4396bc9a6724a739f
parentb90f1fd9fb16c5e4c2d64f9cda15d2832a7a88bf
[FastISel] Insert patchpoint instruction before the target generated call instruction.

The patchpoint instruction should have been inserted before the target
generated call instruction to be inside the ADJSTACKDOWN/ADJSTACKUP call
sequence window.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213034 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/FastISel.cpp