Don't bother doing an exhaustive recursive walk if we are at the limit of what
authorChris Lattner <sabre@nondot.org>
Tue, 2 Sep 2003 20:06:29 +0000 (20:06 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 2 Sep 2003 20:06:29 +0000 (20:06 +0000)
commitde73193f3e42d7aa80429588b69b8d447beb0c9f
tree7cfe43fb0846c5ac0cfe922552f857d1b841bd38
parent11e405061bc81daacffb7da7235d4ae8519d338f
Don't bother doing an exhaustive recursive walk if we are at the limit of what
we need to know anyway.  This reduces the 2002-07-08-HugePerformanceProblem.llx
down to 3.210u:0.010s, which is back in the acceptable range again

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