Merge pull request 'dead code: turn off debug prints' (#24) from dead_code_removing into master

This commit was merged in pull request #24.
This commit is contained in:
2024-01-14 12:56:55 +00:00

View File

@@ -10,7 +10,7 @@ using std::string;
using std::vector;
using std::set;
#define PRINT_USELESS_STATEMENTS 1
#define PRINT_USELESS_STATEMENTS 0
static void updateUseDefForInstruction(SAPFOR::BasicBlock* block, SAPFOR::Instruction* instr,
set<SAPFOR::Argument*>& use, set<SAPFOR::Argument*>& def,