diff --git a/llvm/tools/bugpoint/bugpoint.cpp b/llvm/tools/bugpoint/bugpoint.cpp index 1ebe443f9f53..f9c9e18099ef 100644 --- a/llvm/tools/bugpoint/bugpoint.cpp +++ b/llvm/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;