diff options
Diffstat (limited to '')
-rw-r--r-- | compiler_and_linker/FrontEnd/Optimizer/IroUnrollLoop.h (renamed from includes/compiler/IroUnrollLoop.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/compiler/IroUnrollLoop.h b/compiler_and_linker/FrontEnd/Optimizer/IroUnrollLoop.h index 8a51a9b..fd4972b 100644 --- a/includes/compiler/IroUnrollLoop.h +++ b/compiler_and_linker/FrontEnd/Optimizer/IroUnrollLoop.h @@ -1,8 +1,8 @@ #ifndef COMPILER_IROUNROLLLOOP_H #define COMPILER_IROUNROLLLOOP_H -#include "compiler/IrOptimizer.h" -#include "compiler/IroLinearForm.h" +#include "IrOptimizer.h" +#include "IroLinearForm.h" extern void IRO_LoopUnroller(void); extern void IRO_IterateForLoopBody(IRONode *start, IRONode *end, IROLoop *loop, IROLinear *destnode, SInt32 addConst, CInt64 *val, Boolean funkyFlag); |