Skip to content

Commit e94956e

Browse files
author
git apple-llvm automerger
committed
Merge commit '09a467636ac4' from apple/main into swift/next
2 parents b7c462a + 09a4676 commit e94956e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/Utils/CloneFunction.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ BasicBlock *llvm::CloneBasicBlock(const BasicBlock *BB, ValueToValueMapTy &VMap,
4444
const Twine &NameSuffix, Function *F,
4545
ClonedCodeInfo *CodeInfo,
4646
DebugInfoFinder *DIFinder) {
47-
DenseMap<const MDNode *, MDNode *> Cache;
4847
BasicBlock *NewBB = BasicBlock::Create(BB->getContext(), "", F);
4948
if (BB->hasName())
5049
NewBB->setName(BB->getName() + NameSuffix);

0 commit comments

Comments
 (0)