llvm-6502/lib/Bytecode
Chris Lattner d2cfb7a670 We have an assertion that checks that we do not encode null values into the
.bc file if they are supposed to be implicit.  This is cool, except that it
checked *after* constant expr folding: improving constant expr folding could
cause the .bc reader to assert out on old .bc files.  Move the check so that
it checks all simple constants, but no constantexprs.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27480 91177308-0d34-0410-b5e6-96231b3b80d8
2006-04-07 05:00:02 +00:00
..
Archive more C++ daintiness 2005-12-26 14:31:26 +00:00
Reader We have an assertion that checks that we do not encode null values into the 2006-04-07 05:00:02 +00:00
Writer add bc reader/writer support for inline asm 2006-01-25 23:08:15 +00:00
Makefile Add the Archive library 2004-11-14 21:55:27 +00:00