OSDN Git Service

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)
commit07caf6b7090935d71d6c05471d392c85330ccc22
tree95de9facd814f49ff515b8545e6256564fd62f1d
parent704923b2ba956231883194c69aeefee03fb1fa71
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.

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