OSDN Git Service

Storing a set of PATypeHolders is a bad idea because their sort order will
authorNick Lewycky <nicholas@mxc.ca>
Sun, 13 Sep 2009 21:07:59 +0000 (21:07 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 13 Sep 2009 21:07:59 +0000 (21:07 +0000)
commit6735b1c5c458a388be3a9c6e7f13f4fb63c14a5d
treebfde4755f4676f4f2e865120f956e59b33c1d63a
parent762ccea600158bb317dcccdff3303e942426cb71
Storing a set of PATypeHolders is a bad idea because their sort order will
change as types are refined. Remove abstract types from CheckedTypes when they
we're informed that they have been refined. The only way types get refined in
the verifier is when later function passes start optimizing. Fixes PR4970.

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