Skip to content

Commit 54b8593

Browse files
Formatting
1 parent e5b90dd commit 54b8593

File tree

1 file changed

+3
-2
lines changed
  • matching/src/main/scala/org/kframework/backend/llvm/matching

1 file changed

+3
-2
lines changed

matching/src/main/scala/org/kframework/backend/llvm/matching/Matrix.scala

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -768,9 +768,10 @@ class Matrix private (
768768
// check that all occurrences of the same variable are equal
769769
val sc = row.clause.action.scVars match {
770770
// if there is no side condition, continue
771-
case None => atomicLeaf
771+
case None => atomicLeaf
772772
case Some(cond) =>
773-
// if there is a side condition but not all occurrences of the same variable are equal, continue
773+
// if there is a side condition but not all occurrences of the same variable are equal,
774+
// continue
774775
if (nonlinear.nonEmpty) return nonlinearLeaf
775776
val condVars = cond.map(v => (grouped(v).head._2, grouped(v).head._1.hookAtt))
776777
val newO = SC(row.clause.action.ordinal)

0 commit comments

Comments
 (0)