Skip to content

Commit 62b7cac

Browse files
author
Ash Dobrescu
committed
Run clang-format
1 parent 75cc116 commit 62b7cac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bolt/include/bolt/Core/BinaryFunction.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,8 @@ class BinaryFunction {
16631663
Offset = I->first;
16641664
}
16651665
assert(I->first == Offset && "CFI pointing to unknown instruction");
1666-
if (I == Instructions.begin() && Inst.getOperation() != MCCFIInstruction::OpRememberState) {
1666+
if (I == Instructions.begin() &&
1667+
Inst.getOperation() != MCCFIInstruction::OpRememberState) {
16671668
CIEFrameInstructions.emplace_back(std::forward<MCCFIInstruction>(Inst));
16681669
return;
16691670
}

0 commit comments

Comments
 (0)