Separate the type-became-concrete case from the type-is-resolved case, the
authorChris Lattner <sabre@nondot.org>
Sun, 13 Nov 2005 01:27:50 +0000 (01:27 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 13 Nov 2005 01:27:50 +0000 (01:27 +0000)
commit66cafb33bc606cf2c63b5a4b87caa88e352cbb44
treeb8912f2979ae2471833456be1ad12b4790d11a06
parentea2fdf93808b76fa14e41320b94b95b939b52244
Separate the type-became-concrete case from the type-is-resolved case, the
former of which takes much less work than the later.  This speeds up linking
eon from 3.749 to 3.637s with a release build (about 3%).

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