Write out the plane for types first, since values of primitive types
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 14 Jul 2002 23:07:51 +0000 (23:07 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 14 Jul 2002 23:07:51 +0000 (23:07 +0000)
commita7dac3db79a813e6f28bedeeafcecbba0c28115c
tree6ba4f01b7679ced5e91811f099dcec7fd4fc49ed
parent054bd689db872b5e2c837b2264a0d54bb94950a3
Write out the plane for types first, since values of primitive types
may be constructed by expressions of other types (and so the
contents of the primitive type planes must come after all types).
Use a helper function outputConstantsInPlane in outputConstants to
do this.

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