Output types in reverse postorder. This will allow the ByteCode/Reader
authorAlkis Evlogimenos <alkis@evlogimenos.com>
Thu, 30 Oct 2003 21:04:44 +0000 (21:04 +0000)
committerAlkis Evlogimenos <alkis@evlogimenos.com>
Thu, 30 Oct 2003 21:04:44 +0000 (21:04 +0000)
commit74fa84fcef773ae9f830f7ade304f820685e8cf2
tree94c097ddb211647055d7b85d3b423d25fa8d26c9
parent60048b8a664b453c858ef4998aade8e62cc6d3b6
Output types in reverse postorder. This will allow the ByteCode/Reader
to create the minimum number of opaque types for each type with a
cycle in its type graph.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9615 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Bytecode/Writer/SlotCalculator.cpp
lib/VMCore/SlotCalculator.cpp