Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Jun 20, 2021
1 parent 2138ef2 commit f7d1cce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ast/euf/euf_etable.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ namespace euf {
SASSERT(n1->num_args() == 2);
SASSERT(n2->num_args() == 2);

if (n1->get_decl() != n2->get_decl())
return false;

SASSERT(n1->get_decl() == n2->get_decl());
enode* c1_1 = get_root(n1, 0);
enode* c1_2 = get_root(n1, 1);
Expand Down

0 comments on commit f7d1cce

Please sign in to comment.