[llvm-commits] [llvm] r123443 - /llvm/trunk/tools/bugpoint/bugpoint.cpp
Devang Patel
dpatel at apple.com
Fri Jan 14 07:55:50 PST 2011
Author: dpatel
Date: Fri Jan 14 09:55:50 2011
New Revision: 123443
URL: http://llvm.org/viewvc/llvm-project?rev=123443&view=rev
Log:
Disable debug mode.
Modified:
llvm/trunk/tools/bugpoint/bugpoint.cpp
Modified: llvm/trunk/tools/bugpoint/bugpoint.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/bugpoint/bugpoint.cpp?rev=123443&r1=123442&r2=123443&view=diff
==============================================================================
--- llvm/trunk/tools/bugpoint/bugpoint.cpp (original)
+++ llvm/trunk/tools/bugpoint/bugpoint.cpp Fri Jan 14 09:55:50 2011
@@ -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;
More information about the llvm-commits
mailing list