dead code: turn off debug prints

This commit is contained in:
mkoch
2024-01-14 15:47:41 +03:00
parent 4809857318
commit 9774f83ae1

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,