diff options
Diffstat (limited to '')
-rw-r--r-- | compiler_and_linker/FrontEnd/Optimizer/IROUseDef.c (renamed from compiler_and_linker/unsorted/IROUseDef.c) | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/compiler_and_linker/unsorted/IROUseDef.c b/compiler_and_linker/FrontEnd/Optimizer/IROUseDef.c index 19d39ff..ba3f817 100644 --- a/compiler_and_linker/unsorted/IROUseDef.c +++ b/compiler_and_linker/FrontEnd/Optimizer/IROUseDef.c @@ -1,12 +1,12 @@ -#include "compiler/IROUseDef.h" -#include "compiler/IRODump.h" -#include "compiler/IROVars.h" -#include "compiler/IroFlowgraph.h" -#include "compiler/IroLinearForm.h" -#include "compiler/IroMalloc.h" -#include "compiler/IroPointerAnalysis.h" -#include "compiler/IroTransform.h" -#include "compiler/IroUtil.h" +#include "IROUseDef.h" +#include "IroDump.h" +#include "IroVars.h" +#include "IroFlowgraph.h" +#include "IroLinearForm.h" +#include "IroMalloc.h" +#include "IroPointerAnalysis.h" +#include "IroTransform.h" +#include "IroUtil.h" #include "compiler/CompilerTools.h" #include "compiler/CError.h" #include "compiler/CFunc.h" |