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/IroRangePropagation.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'includes/compiler/IroRangePropagation.h') diff --git a/includes/compiler/IroRangePropagation.h b/includes/compiler/IroRangePropagation.h index 210cd9e..fea6542 100644 --- a/includes/compiler/IroRangePropagation.h +++ b/includes/compiler/IroRangePropagation.h @@ -1,6 +1,8 @@ #ifndef COMPILER_IRORANGEPROPAGATION_H #define COMPILER_IRORANGEPROPAGATION_H -#include "compiler/common.h" +#include "compiler/IrOptimizer.h" + +extern Boolean IRO_RangePropagateInFNode(void); #endif -- cgit v1.2.3