summaryrefslogtreecommitdiff
path: root/src/theory/rewriter.h
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2012-05-28 16:27:50 +0000
committerClark Barrett <barrett@cs.nyu.edu>2012-05-28 16:27:50 +0000
commit5c61887222630583b48bd26fc914d166f122c252 (patch)
tree7d3027303409ad803cb1771195ec7cbd90f9f984 /src/theory/rewriter.h
parent21f9e53792ba5f94594fccb7bef880aa77b266cb (diff)
Added some BV rewrites, fixed bugs in array theory, made ite simp work with BV
Diffstat (limited to 'src/theory/rewriter.h')
-rw-r--r--src/theory/rewriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/rewriter.h b/src/theory/rewriter.h
index dacc4d212..e80606c95 100644
--- a/src/theory/rewriter.h
+++ b/src/theory/rewriter.h
@@ -96,7 +96,7 @@ public:
* Rewrites the node using theoryOf() to determine which rewriter to
* use on the node.
*/
- static Node rewrite(Node node);
+ static Node rewrite(TNode node);
/**
* Rewrite an equality between two terms that are already in normal form, so
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback