We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75cc116 commit 62b7cacCopy full SHA for 62b7cac
bolt/include/bolt/Core/BinaryFunction.h
@@ -1663,7 +1663,8 @@ class BinaryFunction {
1663
Offset = I->first;
1664
}
1665
assert(I->first == Offset && "CFI pointing to unknown instruction");
1666
- if (I == Instructions.begin() && Inst.getOperation() != MCCFIInstruction::OpRememberState) {
+ if (I == Instructions.begin() &&
1667
+ Inst.getOperation() != MCCFIInstruction::OpRememberState) {
1668
CIEFrameInstructions.emplace_back(std::forward<MCCFIInstruction>(Inst));
1669
return;
1670
0 commit comments