Use ImmutableCallSite for statepoint verification.
authorPhilip Reames <listmail@philipreames.com>
Tue, 3 Feb 2015 23:18:47 +0000 (23:18 +0000)
committerPhilip Reames <listmail@philipreames.com>
Tue, 3 Feb 2015 23:18:47 +0000 (23:18 +0000)
commitc81fa9543f47472bd990a83cb96bbcb046474f9b
tree2b2ac490b9bbf5954d1e22f09443f5d7fd1f47fd
parent6daac09e80178e1d89fac5fc275e5081f28d8bd0
Use ImmutableCallSite for statepoint verification.

Patch by: Igor Laevsky

"This change generalizes statepoint verification to use ImmutableCallSite instead of CallInst. This will allow to easily implement invoke statepoint verification (in a following change)."

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228064 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/Verifier.cpp