llvm/lib/Bytecode/Writer
Vikram S. Adve a7dac3db79 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
2002-07-14 23:07:51 +00:00
..
ConstantWriter.cpp Split ConstantVals.h into Constant.h and Constants.h 2002-04-28 19:55:58 +00:00
InstructionWriter.cpp MEGAPATCH checkin. 2002-06-25 16:13:21 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00
SlotCalculator.cpp MEGAPATCH checkin. 2002-06-25 16:13:24 +00:00
SlotCalculator.h Use opaque decl instead of #include 2002-04-09 18:35:38 +00:00
Writer.cpp Write out the plane for types first, since values of primitive types 2002-07-14 23:07:51 +00:00
WriterInternals.h Use a helper function outputConstantsInPlane in outputConstants. 2002-07-14 23:05:53 +00:00