dead code: turn off debug prints
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user