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/IroTransform.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 includes/compiler/IroTransform.h (limited to 'includes/compiler/IroTransform.h') diff --git a/includes/compiler/IroTransform.h b/includes/compiler/IroTransform.h deleted file mode 100644 index 90bcf30..0000000 --- a/includes/compiler/IroTransform.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef COMPILER_IROTRANSFORM_H -#define COMPILER_IROTRANSFORM_H - -#include "compiler/IrOptimizer.h" - -extern void IRO_InitializeAssignmentOpArray(void); -extern void IRO_InitializeComplementaryOpArray(void); -extern void IRO_InitializeComplementaryOpLogicalArray(void); -extern void IRO_DoTransformations(void); -extern Boolean IRO_TransformSelfAssignmentToAssignment(IROLinear *nd); -extern void IRO_TransformTree(Statement *statements); - -#endif -- cgit v1.2.3