llvm-project/llvm/lib/Bytecode
Reid Spencer 42427f0ccb Fix the bug that was preventing the parser from working on all bytecode
files. It was reading non-initialized global vars when the flag said it was
initialized and vice versa. Causes mis-alignment since initialized and
non-initialized constants have different bytecode lengths.

llvm-svn: 14057
2004-06-08 05:54:47 +00:00
..
Analyzer Fix the bug that was preventing the parser from working on all bytecode 2004-06-08 05:54:47 +00:00
Reader Fix the bug that was preventing the parser from working on all bytecode 2004-06-08 05:54:47 +00:00
Writer Moved this file to lib/Bytecode/Writer because its used there only. 2004-05-30 00:09:32 +00:00
Makefile Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool 2004-06-07 17:53:43 +00:00