Transforms: Try harder to fix bootstrap after r266565
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 17 Apr 2016 20:11:09 +0000 (20:11 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 17 Apr 2016 20:11:09 +0000 (20:11 +0000)
commit724c5034997f49b54d46727d842923f434e79fd8
treeaf5cdc0db15be85d61797fb7585684e80499ca06
parent0fdaf8c9c263857a775f58aa3aac7a94d70f8b5f
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
llvm/lib/Transforms/Utils/CloneFunction.cpp