Skip to content

Commit e877fe5

Browse files
committed
ssa: Split a line (no behaviour change)
1 parent 03d2dcd commit e877fe5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

shared/ssa/codeql/ssa/Ssa.qll

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1907,7 +1907,10 @@ module Make<
19071907
isUseStep = false
19081908
)
19091909
or
1910-
[nodeFrom, nodeFrom.(ExprPostUpdateNode).getPreUpdateNode()].(ReadNode).readsAt(bb, i, v) and
1910+
nodeFrom.(ReadNode).readsAt(bb, i, v) and
1911+
isUseStep = true
1912+
or
1913+
nodeFrom.(ExprPostUpdateNode).getPreUpdateNode().(ReadNode).readsAt(bb, i, v) and
19111914
isUseStep = true
19121915
}
19131916

0 commit comments

Comments
 (0)