llvm-6502/lib/Bytecode
Chris Lattner 8cdc6b726a - Fix a really nasty bug in the bytecode reader that caused it to fail
reading bytecode files with > 255 types in them, but only when optimization
    is enabled.  This was caused by GCC shrinking an enum to a single byte
    instead of a whole word.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4266 91177308-0d34-0410-b5e6-96231b3b80d8
2002-10-23 00:51:54 +00:00
..
Reader - Fix a really nasty bug in the bytecode reader that caused it to fail 2002-10-23 00:51:54 +00:00
Writer Clean up code a bit, no functionality changes. 2002-10-14 03:34:17 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00