commit | bb8d88a361ba3f3daf805b75571c027d062904d9 | [log] [tgz] |
---|---|---|
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Thu Apr 07 01:22:45 2016 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Oct 07 05:52:58 2020 -0700 |
tree | ea18e5cb665e234a2602aa21d5d27d870e851256 | |
parent | 4ea9563468e7ff39626c747365624007b68b083b [diff] |
ValueMapper: Allow RF_IgnoreMissingLocals and RF_NullMapMissingGlobalValues Remove the assertion that disallowed the combination, since RF_IgnoreMissingLocals should have no effect on globals. As it happens, RF_NullMapMissingGlobalValues asserted in MapValue(Constant*,...), so I also changed a cast to a cast_or_null to get my test passing. llvm-svn: 265633 GitOrigin-RevId: fdccad925c91aa981c097f51e3790069dcd0a49a