mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
f358863a69
.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. llvm-svn: 27480 |
||
---|---|---|
.. | ||
Analyzer.cpp | ||
Makefile | ||
Reader.cpp | ||
Reader.h | ||
ReaderWrappers.cpp |