diff options
author | Chris Lattner <sabre@nondot.org> | 2006-04-07 05:00:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-04-07 05:00:02 +0000 |
commit | d2cfb7a670aca39c53de892c14cfa7d1267c9826 (patch) | |
tree | 769259950a9d9570dd70c860c7d7cbe84551640a /lib/CodeGen/PrologEpilogInserter.cpp | |
parent | f38d47144572275396e6e6611fa5e181e79b2944 (diff) |
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
Diffstat (limited to 'lib/CodeGen/PrologEpilogInserter.cpp')
0 files changed, 0 insertions, 0 deletions