From 094b96ca1df4a035b5f93c351f773306c0241f3f Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Thu, 26 Jan 2023 11:30:47 +0000 Subject: move lots of source files around to match their actual placement in the original tree --- includes/compiler/IrOptimizer.h | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 includes/compiler/IrOptimizer.h (limited to 'includes/compiler/IrOptimizer.h') diff --git a/includes/compiler/IrOptimizer.h b/includes/compiler/IrOptimizer.h deleted file mode 100644 index 287e279..0000000 --- a/includes/compiler/IrOptimizer.h +++ /dev/null @@ -1,30 +0,0 @@ -#ifndef COMPILER_IROPTIMIZER_H -#define COMPILER_IROPTIMIZER_H - -#include "compiler/common.h" - -typedef struct IROAddrRecord IROAddrRecord; -typedef struct IROAssign IROAssign; -typedef struct IRODef IRODef; -typedef struct IROElmList IROElmList; -typedef struct IROExpr IROExpr; -typedef struct IROLinear IROLinear; -typedef struct IROList IROList; -typedef struct IROListNode IROListNode; -typedef struct IROLoop IROLoop; -typedef struct IRONode IRONode; -typedef struct IROUse IROUse; - -extern Boolean DoScalarize; -extern Boolean DoLinearize; -extern Boolean EarlyReturn; -extern Boolean IRO_CPFirstTime; -extern Boolean VectorPhaseCalledFromUnroll; -extern Boolean IRO_Log; - -extern Statement *IRO_Optimizer(Object *func, Statement *statements); -extern void IRO_Setup(void); -extern void IRO_Cleanup(void); -extern void CodeGen_UpdateOptimizerOptions(void); - -#endif -- cgit v1.2.3