Generalize statepoint lowering to use ImmutableStatepoint. Move statepoint lowering...
authorIgor Laevsky <igmyrj@gmail.com>
Fri, 20 Feb 2015 15:28:35 +0000 (15:28 +0000)
committerIgor Laevsky <igmyrj@gmail.com>
Fri, 20 Feb 2015 15:28:35 +0000 (15:28 +0000)
commit45c732502eadd36578d0d72d867bdcf38374dc6e
tree0455560ae88fa3065ebca1cc71b91f479ff10cbd
parent5c251169cd297f113337afe7034f8b47bb49b99d
Generalize statepoint lowering to use ImmutableStatepoint. Move statepoint lowering into a separate function 'LowerStatepoint' which uses ImmutableStatepoint instead of a CallInst. Also related utility functions are changed to receive ImmutableCallSite.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230017 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Statepoint.h
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
lib/CodeGen/SelectionDAG/StatepointLowering.cpp