summaryrefslogtreecommitdiff
path: root/tools/bugpoint/bugpoint.cpp
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-01-14 15:55:50 +0000
committerDevang Patel <dpatel@apple.com>2011-01-14 15:55:50 +0000
commit3f84a4537dbad2d11adcadbfc6fe7a93c9b3526c (patch)
tree189774f229391b7d61e5dbfc8eef487480bcb766 /tools/bugpoint/bugpoint.cpp
parentc087e20331c8a4c3b77d96a73588e80c06d89e3d (diff)
downloadllvm-3f84a4537dbad2d11adcadbfc6fe7a93c9b3526c.tar.gz
llvm-3f84a4537dbad2d11adcadbfc6fe7a93c9b3526c.tar.bz2
llvm-3f84a4537dbad2d11adcadbfc6fe7a93c9b3526c.tar.xz
Disable debug mode.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123443 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint/bugpoint.cpp')
-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 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;