Remove the "recursive bit", not only is it unused by anyone, it was also
authorChris Lattner <sabre@nondot.org>
Tue, 2 Sep 2003 21:41:05 +0000 (21:41 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 2 Sep 2003 21:41:05 +0000 (21:41 +0000)
commit87ca5faed7f42c73e41ff9354529b137ad54f157
treeaef5d9a44bad8592098c4ab80b43a40cc270a95e
parentca371048a517d31235766d136c76de23824f7090
Remove the "recursive bit", not only is it unused by anyone, it was also
not correctly calculated, and calculating it wrong for fun seems rather
pointless.  This also speeds up my favorite testcase by .25 seconds.

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