diff options
Diffstat (limited to 'tools/bugpoint/bugpoint.cpp')
-rw-r--r-- | tools/bugpoint/bugpoint.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp index 1ebe443f9f..f9c9e18099 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; |