summaryrefslogtreecommitdiff
path: root/src/analysis/decomp/reduce.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/decomp/reduce.h')
-rw-r--r--src/analysis/decomp/reduce.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/analysis/decomp/reduce.h b/src/analysis/decomp/reduce.h
deleted file mode 100644
index fe5fa99..0000000
--- a/src/analysis/decomp/reduce.h
+++ /dev/null
@@ -1,37 +0,0 @@
-
-/* Chrysalide - Outil d'analyse de fichiers binaires
- * reduce.h - prototypes pour la réduction de l'usage des [pseudo]-registres
- *
- * Copyright (C) 2012-2017 Cyrille Bagard
- *
- * This file is part of Chrysalide.
- *
- * Chrysalide is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 3 of the License, or
- * (at your option) any later version.
- *
- * Chrysalide is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Chrysalide. If not, see <http://www.gnu.org/licenses/>.
- */
-
-
-#ifndef _ANALYSIS_DECOMP_REDUCE_H
-#define _ANALYSIS_DECOMP_REDUCE_H
-
-
-#include "../../decomp/instruction.h"
-
-
-
-/* Réduit le nombre de variables utilisées, via propagations. */
-void reduce_used_variables(GDecInstruction *instr);
-
-
-
-#endif /* _ANALYSIS_DECOMP_REDUCE_H */