Skip to content

Commit 93e319e

Browse files
committed
Fix assert from recent llvm#109857 exposed by this test case
1 parent 3b974a3 commit 93e319e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Transforms/IPO/MemProfContextDisambiguation.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,6 @@ void CallsiteContextGraph<DerivedCCG, FuncTy, CallTy>::
13771377
// Compute the last node's context ids once, as it is shared by all calls in
13781378
// this entry.
13791379
DenseSet<uint32_t> LastNodeContextIds = LastNode->getContextIds();
1380-
assert(!LastNodeContextIds.empty());
13811380

13821381
#ifndef NDEBUG
13831382
bool PrevIterCreatedNode = false;

0 commit comments

Comments
 (0)