summaryrefslogtreecommitdiff
path: root/includes/compiler/IroEval.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--includes/compiler/IroEval.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/includes/compiler/IroEval.h b/includes/compiler/IroEval.h
index 9a4b2bf..a011a47 100644
--- a/includes/compiler/IroEval.h
+++ b/includes/compiler/IroEval.h
@@ -3,8 +3,12 @@
#include "compiler/IrOptimizer.h"
-// TODO
-extern void IRO_TruncateBitfieldValueToType(CInt64 *val, Type *type, Type *type2);
+extern void IRO_InitializeIsAssociativeENodeTypeArray(void);
extern void IRO_TruncateValueToType(CInt64 *val, Type *type);
+extern void IRO_TruncateBitfieldValueToType(CInt64 *val, Type *type, Type *type2);
+extern void IRO_ConstantFolding(void);
+extern Boolean IRO_EvaluateConditionals(void);
+extern int IRO_SimplifyConditionals(void);
+extern Boolean IRO_EvaluateDefinitePointers(Object *func);
#endif