1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00
llvm-mirror/lib/Bytecode/Reader
Chris Lattner dd74dc44b6 - 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.

llvm-svn: 4266
2002-10-23 00:51:54 +00:00
..
ConstantReader.cpp There is no way to guarantee that constants are not forward referenced. 2002-10-14 03:33:02 +00:00
InstructionReader.cpp - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to 2002-10-13 19:39:16 +00:00
Makefile *** empty log message *** 2002-07-23 17:52:38 +00:00
Reader.cpp - Fix a really nasty bug in the bytecode reader that caused it to fail 2002-10-23 00:51:54 +00:00
ReaderInternals.h There is no way to guarantee that constants are not forward referenced. 2002-10-14 03:33:02 +00:00