Skip to content

Commit 769cf24

Browse files
author
Alexander Yermolovich
committed
clang-format
1 parent 3912b85 commit 769cf24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/lib/Passes/IdenticalCodeFolding.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ Error IdenticalCodeFolding::runOnFunctions(BinaryContext &BC) {
529529
ThPool->wait();
530530

531531
LLVM_DEBUG(SinglePass.stopTimer());
532-
};
532+
};
533533
if (BC.getICFLevel() == BinaryContext::ICFLevel::Safe)
534534
if (Error Err = markFunctionsUnsafeToFold(BC))
535535
return Err;

0 commit comments

Comments
 (0)