aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/bugpoint/bugpoint.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp
index 1ebe443..f9c9e18 100644
--- a/tools/bugpoint/bugpoint.cpp
+++ b/tools/bugpoint/bugpoint.cpp
@@ -28,8 +28,8 @@
#include "llvm/Support/Valgrind.h"
#include "llvm/LinkAllVMCore.h"
-// Enable this macro to debug bugpoint itself.
-#define DEBUG_BUGPOINT 0
+//Enable this macro to debug bugpoint itself.
+//#define DEBUG_BUGPOINT 1
using namespace llvm;