Add IRBuilder routines for gc.statepoints, gc.results, and gc.relocates
authorPhilip Reames <listmail@philipreames.com>
Tue, 30 Dec 2014 05:55:58 +0000 (05:55 +0000)
committerPhilip Reames <listmail@philipreames.com>
Tue, 30 Dec 2014 05:55:58 +0000 (05:55 +0000)
commite46577f2b2890ef108f2ffb03a6d7a29609cb26f
tree23442f06b16301f39be439a913d733cd5b30c219
parentd5dd9938550cd6cabee7d097ebe409b630bd941c
Add IRBuilder routines for gc.statepoints, gc.results, and gc.relocates

Nothing particularly interesting, just adding infrastructure for use by in tree users and out of tree users.

Note: These were extracted out of a working frontend, but they have not been well tested in isolation.

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

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