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/IroEmptyLoop.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 includes/compiler/IroEmptyLoop.h (limited to 'includes/compiler/IroEmptyLoop.h') diff --git a/includes/compiler/IroEmptyLoop.h b/includes/compiler/IroEmptyLoop.h deleted file mode 100644 index 5268f18..0000000 --- a/includes/compiler/IroEmptyLoop.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef COMPILER_IROEMPTYLOOP_H -#define COMPILER_IROEMPTYLOOP_H - -#include "compiler/IrOptimizer.h" - -extern void IRO_FindEmptyLoops(void); - -#endif -- cgit v1.2.3