JS: Autoformat

This commit is contained in:
Asger Feldthaus
2020-10-06 10:01:36 +01:00
parent c31cdaacb2
commit a962a8a3bd

View File

@@ -426,7 +426,9 @@ private predicate barrierGuardBlocksSsaRefinement(
* `outcome` is bound to the outcome of `cond` for join-ordering purposes.
*/
pragma[noinline]
private predicate barrierGuardUsedInCondition(BarrierGuardNode guard, ConditionGuardNode cond, boolean outcome) {
private predicate barrierGuardUsedInCondition(
BarrierGuardNode guard, ConditionGuardNode cond, boolean outcome
) {
barrierGuardIsRelevant(guard) and
outcome = cond.getOutcome() and
(