[IRBuilder] Change the `gc.statepoint` creation interface
authorSanjoy Das <sanjoy@playingwithpointers.com>
Thu, 8 Oct 2015 23:18:33 +0000 (23:18 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Thu, 8 Oct 2015 23:18:33 +0000 (23:18 +0000)
commit6756703cc73c7d433f68e9b6545d33724bbf19fc
tree9862eeafb016884b3960a1358087cb4f1882a67e
parentb18f03aba5d7238b1c9f0135ef0f90193d4b0f17
[IRBuilder] Change the `gc.statepoint` creation interface

This is to enable me to address review for D13491 -- `Flags` is a
bitfield of `StatepointFlags`, not an individual item out of the enum,
so it should be represented as an `uint32_t`.

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