| commit | 724c5034997f49b54d46727d842923f434e79fd8 | [log] [tgz] |
|---|---|---|
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Sun Apr 17 20:11:09 2016 +0000 |
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Sun Apr 17 20:11:09 2016 +0000 |
| tree | af5cdc0db15be85d61797fb7585684e80499ca06 | |
| parent | 0fdaf8c9c263857a775f58aa3aac7a94d70f8b5f [diff] |
Transforms: Try harder to fix bootstrap after r266565 This catches two nullptr insertions into the ValueMap I missed in r266567. I missed CloneFunction becuase it never calls RemapInstruction directly. Here's one of the still-failing bots: http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/11496 llvm-svn: 266570