diff options
Diffstat (limited to '')
-rw-r--r-- | compiler_and_linker/FrontEnd/Optimizer/IroTransform.c (renamed from compiler_and_linker/unsorted/IroTransform.c) | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/compiler_and_linker/unsorted/IroTransform.c b/compiler_and_linker/FrontEnd/Optimizer/IroTransform.c index 54f3302..8a4af16 100644 --- a/compiler_and_linker/unsorted/IroTransform.c +++ b/compiler_and_linker/FrontEnd/Optimizer/IroTransform.c @@ -1,4 +1,4 @@ -#include "compiler/IroTransform.h" +#include "IroTransform.h" #include "compiler/CError.h" #include "compiler/CFunc.h" #include "compiler/CInt64.h" @@ -6,13 +6,13 @@ #include "compiler/CMachine.h" #include "compiler/CPrep.h" #include "compiler/CompilerTools.h" -#include "compiler/IroDump.h" -#include "compiler/IroLinearForm.h" -#include "compiler/IroMalloc.h" -#include "compiler/IroPointerAnalysis.h" -#include "compiler/IROUseDef.h" -#include "compiler/IroUtil.h" -#include "compiler/IroVars.h" +#include "IroDump.h" +#include "IroLinearForm.h" +#include "IroMalloc.h" +#include "IroPointerAnalysis.h" +#include "IROUseDef.h" +#include "IroUtil.h" +#include "IroVars.h" #include "compiler/enode.h" #include "compiler/types.h" |