dead code: turn off debug prints #24
@@ -10,7 +10,7 @@ using std::string;
|
|||||||
using std::vector;
|
using std::vector;
|
||||||
using std::set;
|
using std::set;
|
||||||
|
|
||||||
#define PRINT_USELESS_STATEMENTS 1
|
#define PRINT_USELESS_STATEMENTS 0
|
||||||
|
|
||||||
static void updateUseDefForInstruction(SAPFOR::BasicBlock* block, SAPFOR::Instruction* instr,
|
static void updateUseDefForInstruction(SAPFOR::BasicBlock* block, SAPFOR::Instruction* instr,
|
||||||
set<SAPFOR::Argument*>& use, set<SAPFOR::Argument*>& def,
|
set<SAPFOR::Argument*>& use, set<SAPFOR::Argument*>& def,
|
||||||
|
|||||||
Reference in New Issue
Block a user