llvm-6502/lib/Bytecode/Reader
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
..
Analyzer.cpp I bet pinski knows why g++ accepts this stuff 2005-12-26 14:23:22 +00:00
Makefile Fix library name. 2004-10-28 05:32:01 +00:00
Reader.cpp We have an assertion that checks that we do not encode null values into the 2006-04-07 05:00:02 +00:00
Reader.h Fix auto-upgrade of intrinsics to work properly with both assembly and 2006-01-27 11:49:27 +00:00
ReaderWrappers.cpp I bet pinski knows why g++ accepts this stuff 2005-12-26 14:23:22 +00:00