[FastISel] Fix patchpoint lowering to set the result register.
authorJuergen Ributzka <juergen@apple.com>
Tue, 15 Jul 2014 02:22:43 +0000 (02:22 +0000)
committerJuergen Ributzka <juergen@apple.com>
Tue, 15 Jul 2014 02:22:43 +0000 (02:22 +0000)
commita41594359084b9fba0829ddc1b591d8f237350f0
tree4840a1e429a12a912dd25a578228fadc9e91be7b
parent833ed943d643b8c5a889a8fe1a3486a41201458c
[FastISel] Fix patchpoint lowering to set the result register.

Always update the value map with the result register (if there is one), for the
patchpoint instruction we created to replace the target-specific call
instruction.

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