Removal of explicit stack, which requires the method to be a member (so it can
authorChris Lattner <sabre@nondot.org>
Tue, 2 Sep 2003 21:56:34 +0000 (21:56 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 2 Sep 2003 21:56:34 +0000 (21:56 +0000)
commitbc4846d76c4b3319bdfe24daa7f341133aea89d3
treeec65715dae2f06134f95cb3631952010c32f522c
parent2a4a4b54ada1d998340a7e3364ac4d80fa783a82
Removal of explicit stack, which requires the method to be a member (so it can
call setAbstract).  Now that we just compute abstractness we can also return
the computed value by value instead of as an argument.

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