Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel-Durov committed Nov 29, 2024
1 parent 12fc9d7 commit 94a1f50
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions llvm/lib/Transforms/Yk/ControlPoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@ class YkControlPoint : public ModulePass {
DS_Warning));
return false;
}

if (ControlPointCalls.size() != controlPointCount) {
Context.emitError("Unexpected number of control point calls: " +
Twine(ControlPointCalls.size()) +
" expected: " + Twine(controlPointCount));
return false;
Context.emitError("Unexpected number of control point calls: " +
Twine(ControlPointCalls.size()) +
" expected: " + Twine(controlPointCount));
return false;
}
unsigned CPStackMapID = 0;
Function *NF = nullptr;
Expand Down

0 comments on commit 94a1f50

Please sign in to comment.