Strength Verifier checks around the types involved in a statepoint
authorPhilip Reames <listmail@philipreames.com>
Wed, 3 Dec 2014 22:23:24 +0000 (22:23 +0000)
committerPhilip Reames <listmail@philipreames.com>
Wed, 3 Dec 2014 22:23:24 +0000 (22:23 +0000)
commitb23713aae918a34b2e7c57336d8bca481c894abd
tree75fe646e927e444bc10e7039521d56c4cfa10312
parent395a82f6cc1e5431c68455ca56b99b00801990f0
Strength Verifier checks around the types involved in a statepoint

Add checks that the types in a gc.statepoint sequence match the wrapper callee and that relocating a pointer doesn't change it's type.

llvm-svn: 223275
llvm/lib/IR/Verifier.cpp