Skip to content

Commit 3c002a3

Browse files
committed
optimization
1 parent a48f721 commit 3c002a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/scala/lazabs/horn/preprocessor/EquationInliner.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ object EquationInliner {
5959
class ConstantCounter extends CollectingVisitor[Int, Unit] {
6060
val occurrences = new MHashMap[ConstantTerm, Int]
6161

62-
def apply(f : IExpression, inc : Int) : Unit = visit(f, inc)
62+
def apply(f : IExpression, inc : Int) : Unit = visitWithoutResult(f, inc)
6363

6464
def postVisit(f : IExpression, inc : Int, subres : Seq[Unit]) : Unit =
6565
f match {

0 commit comments

Comments
 (0)