From 3f84a4537dbad2d11adcadbfc6fe7a93c9b3526c Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Fri, 14 Jan 2011 15:55:50 +0000 Subject: [PATCH] Disable debug mode. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123443 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/bugpoint/bugpoint.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/bugpoint/bugpoint.cpp b/tools/bugpoint/bugpoint.cpp index 1ebe443f9f5..f9c9e18099e 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;