[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)
commit718bb71ade3a37552aa5f99a313d17554d4cda42
treeda1cefb37ab5c614363c1cdb63871e5c6e027c07
parenta41594359084b9fba0829ddc1b591d8f237350f0
[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.

llvm-svn: 213034
llvm/lib/CodeGen/SelectionDAG/FastISel.cpp