Skip to content

Commit 0df0816

Browse files
committed
Guards: Minor improvement to implications.
1 parent cbfb8fd commit 0df0816

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shared/controlflow/codeql/controlflow/Guards.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,8 @@ module Make<
785785
baseSsaValueCheck(def, ssaVal, g0, v0)
786786
|
787787
impliesStep1(g, v, g0, v0)
788+
or
789+
additionalImpliesStep(g, v, g0, v0)
788790
)
789791
}
790792

0 commit comments

Comments
 (0)