From 25bab8b1fb2fc851ea3f1f630b3de65ca6afdc22 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Wed, 14 Dec 2022 00:16:59 +0000 Subject: haha it's been a while since i last committed, hasn't it --- includes/compiler/IroEval.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'includes/compiler/IroEval.h') diff --git a/includes/compiler/IroEval.h b/includes/compiler/IroEval.h index 2d650b7..9a4b2bf 100644 --- a/includes/compiler/IroEval.h +++ b/includes/compiler/IroEval.h @@ -1,6 +1,10 @@ #ifndef COMPILER_IROEVAL_H #define COMPILER_IROEVAL_H -#include "compiler/common.h" +#include "compiler/IrOptimizer.h" + +// TODO +extern void IRO_TruncateBitfieldValueToType(CInt64 *val, Type *type, Type *type2); +extern void IRO_TruncateValueToType(CInt64 *val, Type *type); #endif -- cgit v1.2.3