Fix formatting of file.

This commit is contained in:
Cornelius Riemenschneider
2019-11-25 17:04:38 +01:00
parent 3368169df8
commit 37f162106a

View File

@@ -522,7 +522,7 @@ private predicate correlatedConditions(
inverted = false
)
or
exists(SsaVariable v1, SsaVariable v2, boolean branch1, boolean branch2 |
exists(SsaVariable v1, SsaVariable v2, boolean branch1, boolean branch2 |
cond1.getCondition() = varEqualityTestExpr(v1, v2, branch1) and
cond2.getCondition() = varEqualityTestExpr(v1, v2, branch2) and
inverted = branch1.booleanXor(branch2)