summaryrefslogtreecommitdiff
path: root/include/chillAST/chillAST_def.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/chillAST/chillAST_def.hh')
-rw-r--r--include/chillAST/chillAST_def.hh6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/chillAST/chillAST_def.hh b/include/chillAST/chillAST_def.hh
index 59a7f95..665f7ff 100644
--- a/include/chillAST/chillAST_def.hh
+++ b/include/chillAST/chillAST_def.hh
@@ -12,7 +12,7 @@
#include <string.h>
#include <stdlib.h>
#include <assert.h>
-#include <vector> // std::vector
+#include <vector> // std::vector
#include <ir_enums.hh> // for IR_CONDITION_*
@@ -40,7 +40,7 @@ enum CHILLAST_NODE_TYPE {
CHILLAST_NODE_IMPLICITCASTEXPR,
CHILLAST_NODE_RETURNSTMT,
CHILLAST_NODE_CALLEXPR,
- CHILLAST_NODE_DECLSTMT,
+ //CHILLAST_NODE_DECLSTMT, not used
CHILLAST_NODE_PARENEXPR,
CHILLAST_NODE_CSTYLECASTEXPR,
CHILLAST_NODE_CSTYLEADDRESSOF,
@@ -143,6 +143,8 @@ class chillAST_FloatingLiteral;
class chillAST_ImplicitCastExpr;
+class chillAST_IfStmt;
+
class chillAST_CStyleCastExpr;
class chillAST_CStyleAddressOf;