Skip to content

Commit 96b858b

Browse files
committed
fixup! fixup! fixup! fixup! [BOLT][AArch64] Add support for compact code model
1 parent 6641d9f commit 96b858b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/lib/Passes/LongJmp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ void LongJmpPass::relaxLocalBranches(BinaryFunction &BF) {
683683
DenseMap<const BinaryBasicBlock *, BinaryBasicBlock *> FragmentTrampolines;
684684

685685
// Create a trampoline code after \p BB or at the end of the fragment if BB
686-
// is nullptr. If /p UpdateOffsets is true, update FragmentSize and offsets
686+
// is nullptr. If \p UpdateOffsets is true, update FragmentSize and offsets
687687
// for basic blocks affected by the insertion of the trampoline.
688688
auto addTrampolineAfter = [&](BinaryBasicBlock *BB,
689689
BinaryBasicBlock *TargetBB, uint64_t Count,

0 commit comments

Comments
 (0)