Small edits
[satune.git] / src / Backend / satencoder.c
index 5b5d4aacf51d352f1d0f7fe789f0ca24c25e1b3a..cd4b234c2c10325ed2ab366ca4f6b0888130a4c1 100644 (file)
@@ -12,6 +12,8 @@
 #include "predicate.h"
 #include "set.h"
 
+//TODO: Should handle sharing of AST Nodes without recoding them a second time
+
 SATEncoder * allocSATEncoder() {
        SATEncoder *This=ourmalloc(sizeof (SATEncoder));
        This->varcount=1;