[IRBuilder] Add gc.statepoint related methods to IRBuilder
authorSanjoy Das <sanjoy@playingwithpointers.com>
Wed, 7 Oct 2015 19:52:12 +0000 (19:52 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Wed, 7 Oct 2015 19:52:12 +0000 (19:52 +0000)
commite34457738879a6f5059d5b72b30e9bfa001bab59
tree111e01b8a76d2301dc4542bc33044a3f5eab1cad
parent722c5863ef0e9da4fc8decef7dd229f9c314ee75
[IRBuilder] Add gc.statepoint related methods to IRBuilder

Summary:
This adds some more routines to `IRBuilder` around creating calls and
invokes to `gc.statepoint`.  These will be used later.

Reviewers: reames, swaroop.sridhar

Subscribers: sanjoy, llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249596 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/IRBuilder.h
lib/IR/IRBuilder.cpp