forked from OSchip/llvm-project
parent
586a1d73a9
commit
7e95d47bdc
|
@ -67,7 +67,7 @@
|
|||
// if DEBUG_LV is 1 normal output messages
|
||||
// if DEBUG_LV is 2 extensive debug info for each instr
|
||||
|
||||
#define DEBUG_LV (1)
|
||||
static const int DEBUG_LV = 0;
|
||||
|
||||
#include "LiveVarSet.h"
|
||||
#include "llvm/BasicBlock.h"
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
// if DEBUG_LV is 1 normal output messages
|
||||
// if DEBUG_LV is 2 extensive debug info for each instr
|
||||
|
||||
#define DEBUG_LV (1)
|
||||
static const int DEBUG_LV = 0;
|
||||
|
||||
#include "LiveVarSet.h"
|
||||
#include "llvm/BasicBlock.h"
|
||||
|
|
Loading…
Reference in New Issue