Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdrodes committed Oct 23, 2024
1 parent fcff607 commit fdf5ac6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3460,7 +3460,8 @@ class TranslatedVarArg extends TranslatedNonConstantExpr {

final override Instruction getInstructionSuccessorInternal(InstructionTag tag, EdgeKind kind) {
tag = VarArgsVAListLoadTag() and
(kind instanceof GotoEdge and result = this.getInstruction(VarArgsArgAddressTag()))
kind instanceof GotoEdge and
result = this.getInstruction(VarArgsArgAddressTag())
or
tag = VarArgsArgAddressTag() and
kind instanceof GotoEdge and
Expand Down

0 comments on commit fdf5ac6

Please sign in to comment.