[Statepoint] Improve two asserts, fix some style (NFC)
authorRamkumar Ramachandra <artagnon@gmail.com>
Mon, 9 Feb 2015 23:02:10 +0000 (23:02 +0000)
committerRamkumar Ramachandra <artagnon@gmail.com>
Mon, 9 Feb 2015 23:02:10 +0000 (23:02 +0000)
commit4ee0217aee4041833a48c63bd8c29498648c77ca
tree3f96785a359f326123f8db882c0fd2f14bdf1a9f
parent69a5c89128e330be035162ce4aeec2c52a7dcb94
[Statepoint] Improve two asserts, fix some style (NFC)

Summary:
It's important that our users immediately know what gc.safepoint_poll
is. Also fix the style of the declaration of CreateGCStatepoint, in
preparation for another change that will wrap it.

Reviewers: reames

Subscribers: llvm-commits

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

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