Skip to content

Commit 104f14b

Browse files
Addressing reviewers - 02
1 parent 8cc07ed commit 104f14b

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

bolt/lib/Passes/LongJmp.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,6 @@ uint64_t LongJmpPass::tentativeLayoutRelocMode(
386386
// Ensure that tentative code layout always runs for cold blocks.
387387
if (!ColdLayoutDone)
388388
runColdLayout();
389-
assert(ColdLayoutDone &&
390-
"Did not perform tentative code layout for cold blocks.");
391389

392390
// BBs
393391
for (BinaryFunction *Func : SortedFunctions)

bolt/test/AArch64/split-funcs-lite.test

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)